| Thread | Last Post | Replies |
|
| Cannot get format to work | 29 Oct 2007 03:15 GMT | 7 |
I have a variable called 'cost' It is a number rounded up to 2 decimal places. I need to display it in a Rich Text box using a comma separator for thousands and always displaying two digits to the right of the decimal
|
| currency datatype returns 3 decimal places | 26 Oct 2007 04:04 GMT | 2 |
I have the following function Private Function calculateCost(payRate, hoursClaimed) As Currency called like this dim cost as currency
|
| string comparison fails at comma | 12 Oct 2007 02:40 GMT | 1 |
I have an Access table which has an indexed field with No Duplicates set. Prior to adding a new record I compare the string to be inserted with those already in the table. After the first incidence of a string is
|
| Exchange user | 11 Oct 2007 08:12 GMT | 3 |
How do I get the exchange username of the logged user? Please do not suggest using outlook vba code (googled already)... Thanks Guy
|
| VBA user, first time on Vbasic. Need help referencing a control. | 10 Oct 2007 23:46 GMT | 4 |
SItuation: I have 6 TextBoxes named LIS1, LIS2, LIS3, ... LIS6. I want to be able to reference them using a For/Next loop. In VBA I would use something like this: for i = 1 to 6
|
| invalid procedure call with InStr() | 09 Oct 2007 06:43 GMT | 2 |
I am getting an ' invalid procedure call or argument' error with the following code which I am using to break down the line of a text file. The line's contents are separated by tabs. tabbing = Chr(9)
|
| login script error | 04 Oct 2007 15:26 GMT | 11 |
I am trying creat a login script and gave me the following error line 3 char 24 error: expected end of sdtatement code 800a040 source microsoft vbscript complication error I have list below the script:
|