Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am having trouble converting an integer to text. I need to place a
leading zero next to the number when it is less than 10. Trying to change this: Print #1, "<html<titlepic" & i & "</title" To this: Print #1, "<html<titlepic" & TEXT(i,"00") & "</title" does not work because the "TEXT" function is not a VBA function. Any suggestions greatly appreciated. Geoff |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Stop Excel from converting integers into decimals (eg.; 12 to .12) | Excel Discussion (Misc queries) | |||
Stop Excel from converting integers into decimals? | Setting up and Configuration of Excel | |||
Converting a string to an array of integers | Excel Programming | |||
A list of Consecutive Integers, can I search for missing integers | Excel Worksheet Functions | |||
converting to Integers | Excel Worksheet Functions |