Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Ah, but type of name is not just a matter of preference with ActiveX
controls ! Regards, Peter T "Dave Peterson" wrote in message ... I don't like spaces in my names, either. In fact, I'd use: OLEObj.Name = "Week_" & format(k,"00") So that they would all look the same (kind of). Peter T wrote: Just to add, might be an idea to change OLEObj.Name = "Week " & k to OLEObj.Name = "Week_" & k IOW, avoid naming ActiveX controls with spaces or punctuation. Regards, Peter T <snip |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
insert row / insert column command buttons | Excel Worksheet Functions | |||
Truncate, Insert, or Update SQL command in EXCEL Macro | Excel Programming | |||
How can I insert a run macro command in the IF function? | Excel Programming | |||
Creating command buttons beside every row to execute each row macro | Excel Programming | |||
Control Buttons vs. Command Buttons | Excel Programming |