Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi -
Seemingly I have dismissed a two button floating tool bar that would appear floating when recording a macro. How do I get that back? Arturo |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Arturo
Start recording a macro Right click on a commandbar and check the Stop recording OK to stop the recording Delete the macro -- Regards Ron de Bruin http://www.rondebruin.nl "Arturo" wrote in message ... Hi - Seemingly I have dismissed a two button floating tool bar that would appear floating when recording a macro. How do I get that back? Arturo |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Arturo,
Sub Macro1() With Application.CommandBars("Stop Recording") ..Visible = True ..Enabled = True End With End Sub HTH, Bernie MS Excel MVP "Arturo" wrote in message ... Hi - Seemingly I have dismissed a two button floating tool bar that would appear floating when recording a macro. How do I get that back? Arturo |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Is Visual Basic the same as Visual Studio 2008? | Excel Worksheet Functions | |||
Visual Basic | Excel Discussion (Misc queries) | |||
visual basic | Excel Discussion (Misc queries) | |||
changing the visual basic in office 2003 to visual studio net | Excel Discussion (Misc queries) | |||
Visual Basic Help | Excel Programming |