Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 137
Default Excel -- Navigation Toolbar for Workbook Sheets -Dave Peterson

I have tried to install the Navigation toolbar that Dave Peterson developed.
I followed the instructions step by step everything was correct until i got
to the part where the toolbar should be floating over the worksheet. I am
getting an error when i open excel "Run-time error '5' and it also says
Invalid procedure call or argument. Any idea what is happening? I am going to
post this a couple other areas so that i can get this figured out. I think
it will help me in other areas in learning how to do macros and find my
sheets.
--
Thank you, Brenda
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Excel -- Navigation Toolbar for Workbook Sheets -Dave Peterson

That code has worked for me.

Can you post your version of the code and indicate the line that breaks.

Brenda wrote:

I have tried to install the Navigation toolbar that Dave Peterson developed.
I followed the instructions step by step everything was correct until i got
to the part where the toolbar should be floating over the worksheet. I am
getting an error when i open excel "Run-time error '5' and it also says
Invalid procedure call or argument. Any idea what is happening? I am going to
post this a couple other areas so that i can get this figured out. I think
it will help me in other areas in learning how to do macros and find my
sheets.
--
Thank you, Brenda


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 137
Default Excel -- Navigation Toolbar for Workbook Sheets -Dave Peterson

This is where i get the error message

Sub Auto_Close()
On Error Resume Next
Application.CommandBars("MyNavigator").Delete
On Error GoTo 0
End Sub
--
Thank you, Brenda


"Dave Peterson" wrote:

That code has worked for me.

Can you post your version of the code and indicate the line that breaks.

Brenda wrote:

I have tried to install the Navigation toolbar that Dave Peterson developed.
I followed the instructions step by step everything was correct until i got
to the part where the toolbar should be floating over the worksheet. I am
getting an error when i open excel "Run-time error '5' and it also says
Invalid procedure call or argument. Any idea what is happening? I am going to
post this a couple other areas so that i can get this figured out. I think
it will help me in other areas in learning how to do macros and find my
sheets.
--
Thank you, Brenda


--

Dave Peterson

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 137
Default Excel -- Navigation Toolbar for Workbook Sheets -Dave Peterson

I am not getting an error message now but i don't see the toolbar still
--
Thank you, Brenda


"Dave Peterson" wrote:

That code has worked for me.

Can you post your version of the code and indicate the line that breaks.

Brenda wrote:

I have tried to install the Navigation toolbar that Dave Peterson developed.
I followed the instructions step by step everything was correct until i got
to the part where the toolbar should be floating over the worksheet. I am
getting an error when i open excel "Run-time error '5' and it also says
Invalid procedure call or argument. Any idea what is happening? I am going to
post this a couple other areas so that i can get this figured out. I think
it will help me in other areas in learning how to do macros and find my
sheets.
--
Thank you, Brenda


--

Dave Peterson

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Excel -- Navigation Toolbar for Workbook Sheets -Dave Peterson

If you close and reopen the workbook (so the toolbar is recreated), do you see
it?

If you click on Tools|Customize, do you see the MyNavigator toolbar in the list
of toolbars?

Is it checked?

If it's not checked, check it and then look for it again.

Brenda wrote:

I am not getting an error message now but i don't see the toolbar still
--
Thank you, Brenda

"Dave Peterson" wrote:

That code has worked for me.

Can you post your version of the code and indicate the line that breaks.

Brenda wrote:

I have tried to install the Navigation toolbar that Dave Peterson developed.
I followed the instructions step by step everything was correct until i got
to the part where the toolbar should be floating over the worksheet. I am
getting an error when i open excel "Run-time error '5' and it also says
Invalid procedure call or argument. Any idea what is happening? I am going to
post this a couple other areas so that i can get this figured out. I think
it will help me in other areas in learning how to do macros and find my
sheets.
--
Thank you, Brenda


--

Dave Peterson


--

Dave Peterson


  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 137
Default Excel -- Navigation Toolbar for Workbook Sheets -Dave Peterson

I do not see the toolbar in the list. I am now getting the error again when i
open up excel. Can i delete everything and start fresh?
--
Thank you, Brenda


"Dave Peterson" wrote:

If you close and reopen the workbook (so the toolbar is recreated), do you see
it?

If you click on Tools|Customize, do you see the MyNavigator toolbar in the list
of toolbars?

Is it checked?

If it's not checked, check it and then look for it again.

Brenda wrote:

I am not getting an error message now but i don't see the toolbar still
--
Thank you, Brenda

"Dave Peterson" wrote:

That code has worked for me.

Can you post your version of the code and indicate the line that breaks.

Brenda wrote:

I have tried to install the Navigation toolbar that Dave Peterson developed.
I followed the instructions step by step everything was correct until i got
to the part where the toolbar should be floating over the worksheet. I am
getting an error when i open excel "Run-time error '5' and it also says
Invalid procedure call or argument. Any idea what is happening? I am going to
post this a couple other areas so that i can get this figured out. I think
it will help me in other areas in learning how to do macros and find my
sheets.
--
Thank you, Brenda

--

Dave Peterson


--

Dave Peterson

  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Excel -- Navigation Toolbar for Workbook Sheets -Dave Peterson

Did you build the workbook yourself or did you just download the sample workbook
from Debra's site?

If you built it yourself, maybe downloading the sample workbook would work
better--and you may be able to find any problems???



Brenda wrote:

I do not see the toolbar in the list. I am now getting the error again when i
open up excel. Can i delete everything and start fresh?
--
Thank you, Brenda

"Dave Peterson" wrote:

If you close and reopen the workbook (so the toolbar is recreated), do you see
it?

If you click on Tools|Customize, do you see the MyNavigator toolbar in the list
of toolbars?

Is it checked?

If it's not checked, check it and then look for it again.

Brenda wrote:

I am not getting an error message now but i don't see the toolbar still
--
Thank you, Brenda

"Dave Peterson" wrote:

That code has worked for me.

Can you post your version of the code and indicate the line that breaks.

Brenda wrote:

I have tried to install the Navigation toolbar that Dave Peterson developed.
I followed the instructions step by step everything was correct until i got
to the part where the toolbar should be floating over the worksheet. I am
getting an error when i open excel "Run-time error '5' and it also says
Invalid procedure call or argument. Any idea what is happening? I am going to
post this a couple other areas so that i can get this figured out. I think
it will help me in other areas in learning how to do macros and find my
sheets.
--
Thank you, Brenda

--

Dave Peterson


--

Dave Peterson


--

Dave Peterson
  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Excel -- Navigation Toolbar for Workbook Sheets -Dave Peterson

ps. If you're using xl2007, you won't see a floating toolbar. You'll see the
dropdown on the Addins tab.

Are you using xl2007?

Brenda wrote:

I do not see the toolbar in the list. I am now getting the error again when i
open up excel. Can i delete everything and start fresh?
--
Thank you, Brenda

"Dave Peterson" wrote:

If you close and reopen the workbook (so the toolbar is recreated), do you see
it?

If you click on Tools|Customize, do you see the MyNavigator toolbar in the list
of toolbars?

Is it checked?

If it's not checked, check it and then look for it again.

Brenda wrote:

I am not getting an error message now but i don't see the toolbar still
--
Thank you, Brenda

"Dave Peterson" wrote:

That code has worked for me.

Can you post your version of the code and indicate the line that breaks.

Brenda wrote:

I have tried to install the Navigation toolbar that Dave Peterson developed.
I followed the instructions step by step everything was correct until i got
to the part where the toolbar should be floating over the worksheet. I am
getting an error when i open excel "Run-time error '5' and it also says
Invalid procedure call or argument. Any idea what is happening? I am going to
post this a couple other areas so that i can get this figured out. I think
it will help me in other areas in learning how to do macros and find my
sheets.
--
Thank you, Brenda

--

Dave Peterson


--

Dave Peterson


--

Dave Peterson
  #9   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 137
Default Excel -- Navigation Toolbar for Workbook Sheets -Dave Peterson

If i close and reopen the workbook and go to tools/customize i do see the
name i gave the toolbar and yes it is checked. But that is as far as i get
error pops up.
--
Thank you, Brenda


"Dave Peterson" wrote:

If you close and reopen the workbook (so the toolbar is recreated), do you see
it?

If you click on Tools|Customize, do you see the MyNavigator toolbar in the list
of toolbars?

Is it checked?

If it's not checked, check it and then look for it again.

Brenda wrote:

I am not getting an error message now but i don't see the toolbar still
--
Thank you, Brenda

"Dave Peterson" wrote:

That code has worked for me.

Can you post your version of the code and indicate the line that breaks.

Brenda wrote:

I have tried to install the Navigation toolbar that Dave Peterson developed.
I followed the instructions step by step everything was correct until i got
to the part where the toolbar should be floating over the worksheet. I am
getting an error when i open excel "Run-time error '5' and it also says
Invalid procedure call or argument. Any idea what is happening? I am going to
post this a couple other areas so that i can get this figured out. I think
it will help me in other areas in learning how to do macros and find my
sheets.
--
Thank you, Brenda

--

Dave Peterson


--

Dave Peterson

  #10   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 137
Default Excel -- Navigation Toolbar for Workbook Sheets -Dave Peterson

I will be honest this has created a mess of issues on my computer. I get
errors when i start up excel i can't delete old add-ins therefore i can't
even insall the sample workbook because i have a addin with the same name. I
wondering what to do now with my computer. This is the message i get when i
open excel Run-time error '5':
Invalid procedure call or argument.

David any help would be greatly appreciated.
--
Thank you, Brenda


"Brenda" wrote:

I have tried to install the Navigation toolbar that Dave Peterson developed.
I followed the instructions step by step everything was correct until i got
to the part where the toolbar should be floating over the worksheet. I am
getting an error when i open excel "Run-time error '5' and it also says
Invalid procedure call or argument. Any idea what is happening? I am going to
post this a couple other areas so that i can get this figured out. I think
it will help me in other areas in learning how to do macros and find my
sheets.
--
Thank you, Brenda



  #11   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Excel -- Navigation Toolbar for Workbook Sheets -Dave Peterson

I still have no idea what's causing the run time error "5".

But you can close excel and move or delete that addin (or workbook) that does
the navigation toolbar.

Then you should be able to start excel and uncheck that addin.

I don't know anything about the second file with the same name.

Brenda wrote:

I will be honest this has created a mess of issues on my computer. I get
errors when i start up excel i can't delete old add-ins therefore i can't
even insall the sample workbook because i have a addin with the same name. I
wondering what to do now with my computer. This is the message i get when i
open excel Run-time error '5':
Invalid procedure call or argument.

David any help would be greatly appreciated.
--
Thank you, Brenda

"Brenda" wrote:

I have tried to install the Navigation toolbar that Dave Peterson developed.
I followed the instructions step by step everything was correct until i got
to the part where the toolbar should be floating over the worksheet. I am
getting an error when i open excel "Run-time error '5' and it also says
Invalid procedure call or argument. Any idea what is happening? I am going to
post this a couple other areas so that i can get this figured out. I think
it will help me in other areas in learning how to do macros and find my
sheets.
--
Thank you, Brenda


--

Dave Peterson
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
(DAVE PETERSON) - SAVE WORKSHEET AS A NEW WORKBOOK Gator Girl Excel Worksheet Functions 6 October 21st 08 08:14 PM
Dave Peterson...Oh no, not her again... Lynda Excel Discussion (Misc queries) 3 October 12th 08 04:07 PM
Dave Peterson...HELP!!!! Lynda Excel Discussion (Misc queries) 2 October 1st 08 01:47 PM
Mr Dave peterson, Please help TUNGANA KURMA RAJU Excel Discussion (Misc queries) 5 December 7th 05 05:11 AM
to Dave Peterson Ross Excel Discussion (Misc queries) 2 September 18th 05 04:45 PM


All times are GMT +1. The time now is 02:40 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"