Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Sub sdfsdf() Dim i lastrow = Range("A50000").End(xlUp).Row For i = 1 To lastrow If Len(CStr(Cells(i, 1))) = 1 Then Cells(i, 1).NumberFormat = "@" Cells(i, 1) = CStr("0" & Cells(i, 1)) End If Next End Su -- MattShoreso ----------------------------------------------------------------------- MattShoreson's Profile: http://www.excelforum.com/member.php...nfo&userid=347 View this thread: http://www.excelforum.com/showthread.php?threadid=56371 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Thanks a lot Matt -- T De Villiers ------------------------------------------------------------------------ T De Villiers's Profile: http://www.excelforum.com/member.php...o&userid=26479 View this thread: http://www.excelforum.com/showthread...hreadid=563715 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Thanks a lot Matt -- T De Villiers ------------------------------------------------------------------------ T De Villiers's Profile: http://www.excelforum.com/member.php...o&userid=26479 View this thread: http://www.excelforum.com/showthread...hreadid=563715 |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Thanks a lot Matt -- T De Villiers ------------------------------------------------------------------------ T De Villiers's Profile: http://www.excelforum.com/member.php...o&userid=26479 View this thread: http://www.excelforum.com/showthread...hreadid=563715 |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Thanks a lot Matt -- T De Villiers ------------------------------------------------------------------------ T De Villiers's Profile: http://www.excelforum.com/member.php...o&userid=26479 View this thread: http://www.excelforum.com/showthread...hreadid=563715 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
concatenating | Excel Worksheet Functions | |||
concatenating | Excel Discussion (Misc queries) | |||
Concatenating % | Excel Discussion (Misc queries) | |||
Concatenating | Excel Programming | |||
Concatenating | New Users to Excel |