Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a spreadsheet which I am filling from Access using VBA.
I put a label on it, using the Controls Toolbox. The label's caption reads "Created:" In VBA, I set ActiveSheet.OLEObjects("MyLabel").object.caption=" Created: " & Now() When I step through the code, I see the caption being set correctly. Now, when I look at the spreadsheet, I see the original caption, "Created:" without the date. But if I click on the label, it shows the entire value. Click off it to something else, and it returns to the original value. How can I make it display the new value even when the label is not selected? TIA - Turtle |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
label caption | Excel Discussion (Misc queries) | |||
Is it a comment ? or a label ? or a caption ?.... | Excel Discussion (Misc queries) | |||
Label - Caption not changing | Excel Programming | |||
changing the caption of a label | Excel Programming | |||
label caption | Excel Programming |