Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
diver
 
Posts: n/a
Default vba constants for excel

Is there a book or online reference that contains a list of the values of
predefined VBA constants for Excel (e.g. xlDown, xlPasteValues)?
  #2   Report Post  
StinkeyPete
 
Posts: n/a
Default

In Microsoft Visual Basic HelpMicrosoft Excel Constants


"diver" wrote:

Is there a book or online reference that contains a list of the values of
predefined VBA constants for Excel (e.g. xlDown, xlPasteValues)?

  #3   Report Post  
Dave Peterson
 
Posts: n/a
Default

If you're only looking for one or two of these, you can open the VBE, hit alt-g
(to get to the immediate window) and type:

?xldown
you'll see
-4121

Another way is to just search for xldown in the object browser (F2 while in the
VBE).

diver wrote:

Is there a book or online reference that contains a list of the values of
predefined VBA constants for Excel (e.g. xlDown, xlPasteValues)?


--

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
How to convert computed values to the coreresponding constants? ijl New Users to Excel 3 June 10th 05 12:41 AM
How do you copy a formula without incrementing some constants? JohnT Excel Worksheet Functions 2 February 18th 05 11:09 AM
More than 2 constants in Index Ashley Excel Worksheet Functions 1 February 11th 05 06:56 AM
constants Confused Excel Discussion (Misc queries) 3 December 2nd 04 05:05 PM


All times are GMT +1. The time now is 06:42 AM.

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

About Us

"It's about Microsoft Excel"