Accessing the VBA Help Menu

Petecal

New Member
Joined
Dec 5, 2010
Messages
17
Office Version
  1. 2007
Platform
  1. Windows
I have always had a problem using the "Help" menu in Microsoft VB Editor to get anything useful.

For example, (using excel 2003) I wanted to find the structure and options to do a pastespecial (I wanted to paste just the formulas and I know I have done it before but I just had a BRAINBLANK). I clicked Help and Microsoft Visual Basic Help and got a search box. No matter what I tried I could not get it to show me the pastespecial method structure.

I went online, downloaded, and installed "Microsoft Office Excel 2003 Visual Basic Reference". I can then run the installed program "vbaxl10.chm". I get a search box, type in pastespecial and it goes right to the thing I want.

How do I get to the same information using the Help menu item in the VB editor? Or do I just have to run the .chm program every time?

Thanks In Advance,

Pete
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
In a module type

pastespecial

then click in that word and press F1. Any good?
 
Upvote 0
Yes, it certianly did. But for a very backhanded reason.

I guess it thought Help was not installed. When I hit f1 it said Help not installed and proceded to install it. However, before I could get the CD I noticed that it had already created a window with the desired information. So another part of Excel knew it was installed.

Anyway I put in the CD and let it continue the installation.

Now I can f1 on the item I want help for and will get the right information.


Thanks,

Only question, "Will it still love me tomorrow?"

Pete

P.S.
But I still can't get to it from the Help menu button.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,224,521
Messages
6,179,289
Members
452,902
Latest member
Knuddeluff

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top