Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Missing relative reference icon

While recording a macro I clicked on the relative reference icon to
switch to absolute referencing. Now I want to go back to relative but
the icon is not visible on the toolbar!!!!

How can I make it reappear?

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,441
Default Missing relative reference icon

Sub ResetStopMacro()
Application.CommandBars("stop recording").Reset
End Sub

HTH,
Bernie
MS Excel MVP


wrote in message
...
While recording a macro I clicked on the relative reference icon to
switch to absolute referencing. Now I want to go back to relative but
the icon is not visible on the toolbar!!!!

How can I make it reappear?

Thanks



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 30
Default Missing relative reference icon

I am having the same problem as the original post. I tried copying the VBA
lines wrote in the previouse response in VB Editor. I tried to run and it
did not correct the problem. Am I doing something wrong?
--
Thanks - K


"Bernie Deitrick" wrote:

Sub ResetStopMacro()
Application.CommandBars("stop recording").Reset
End Sub

HTH,
Bernie
MS Excel MVP


wrote in message
...
While recording a macro I clicked on the relative reference icon to
switch to absolute referencing. Now I want to go back to relative but
the icon is not visible on the toolbar!!!!

How can I make it reappear?

Thanks




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Using icon sets with relative references parmstrong Excel Worksheet Functions 0 January 25th 10 06:11 PM
Embed object icon missing text and image CWilminko Excel Discussion (Misc queries) 0 March 5th 09 08:08 PM
Excel Missing Save as Tool Icon Impulse Ron Excel Discussion (Misc queries) 1 March 18th 08 01:37 PM
What happens to the Relative Refererence icon? Chukars Excel Discussion (Misc queries) 2 August 15th 06 12:47 AM
relative reference button missing for recording macros Christopher[_5_] Excel Programming 5 September 8th 04 01:17 PM


All times are GMT +1. The time now is 12:38 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"