Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 390
Default visual basic in excel dictionary/glossary of command terms

when using VB, it would be helpful to have a concise dictionary of terms to
describe their meaning, interpretation and use. For example when I type:

Dim something As String

What does 'Dim' mean and do?

etc. etc. etc. for all terms that Visual Basic in Excel recognises and
understands.

Is there such a thing?

I have 'VB for Dummies' in pdf, but it does not contain this information
accessibly and the 'glossary of terms' in help doesn't seem to cover this
either :-\
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,934
Default visual basic in excel dictionary/glossary of command terms

You could trying clicking in or immediately next to the keyword you want to
know about (this puts the text cursor at the clicked location) and then
pressing F1 to bring up the help files for that keyword.

--
Rick (MVP - Excel)


"bill" wrote in message
...
when using VB, it would be helpful to have a concise dictionary of terms
to
describe their meaning, interpretation and use. For example when I type:

Dim something As String

What does 'Dim' mean and do?

etc. etc. etc. for all terms that Visual Basic in Excel recognises and
understands.

Is there such a thing?

I have 'VB for Dummies' in pdf, but it does not contain this information
accessibly and the 'glossary of terms' in help doesn't seem to cover this
either :-\


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 149
Default visual basic in excel dictionary/glossary of command terms

Bill,

I know the following statement is a generalization, but I find too often
that it's true: People don't use Help. The Help documentation is rather
good and too often under utilized. Yeah, the search engine behind it might
not be a Bing or Google, but the information is there.

When you are in VBE, simple put the cursor somewhere in the word (i.e.
native VBA words) and hit the F1 key. So, if my cursor is between "D" and
"i" in the word "Dim", the help opens to the following document: "Dim
Statement". Go ahead and read the help file for "Dim Statement".

Another spot to check out is the Object Browser (F2 within VBE). You can
look up objects, properties, methods, etc. within the Object Browser. If you
highlight a word within the Object Browser, simply hit F1 to get the help
documentation.

Best,

Matthew Herbert

"bill" wrote:

when using VB, it would be helpful to have a concise dictionary of terms to
describe their meaning, interpretation and use. For example when I type:

Dim something As String

What does 'Dim' mean and do?

etc. etc. etc. for all terms that Visual Basic in Excel recognises and
understands.

Is there such a thing?

I have 'VB for Dummies' in pdf, but it does not contain this information
accessibly and the 'glossary of terms' in help doesn't seem to cover this
either :-\

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
What is the Visual Basic command to select an entire row in Excel. Jorge Rodrigues Excel Programming 1 September 22nd 04 02:04 PM
What is the Visual Basic command to select an entire row in Excel. Paul B[_8_] Excel Programming 0 September 22nd 04 01:58 PM
What is the Visual Basic command to select an entire row in Excel. papou[_10_] Excel Programming 0 September 22nd 04 01:57 PM
What is the Visual Basic command to select an entire row in Excel. RobFMS Excel Programming 0 September 22nd 04 01:56 PM
What is the Visual Basic command to select an entire row in Excel. Sahja Excel Programming 0 September 22nd 04 01:49 PM


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