| Thread | Last Post | Replies |
|
| Syntax Error | 10 Mar 2006 17:14 GMT | 10 |
When I run this function I get the correct answers, unless myStop = 0. I have tried to rectify this without success, can you help please. Function myUpdate_Music() Dim pos, myStop As Integer
|
| formatting month value of date variable | 07 Mar 2006 19:11 GMT | 2 |
I would like to have the value of months that have only 1 digit (1-9) to be 01,02,etc. but the Month property of the date variable returns ony 1 digit. Does anyone know how to do this? Thanks,
|
| Help with Select Case | 07 Mar 2006 15:28 GMT | 3 |
Hi there im looking for some help with a problem using select case. I am trying to establish whether an IP address I have captured from the Win32_NetworkAdapterConfiguration lies between a certain IP range and am trying to use select case as there are a number of ranges that I ...
|
| Problem with finding substring Instr | 03 Mar 2006 02:18 GMT | 2 |
Hi, I use a variable to store the HTML text from a webpage. I wanted to find a substring in the HTML text using Instr function However, this doesn't work. I use
|