Re: $$Excel-Macros$$ Excel intrinsic constants/enumerations

2011-02-18 Thread Sanjoy Nath
Please provide the file and what you want. We can help better On Wed, Feb 16, 2011 at 2:56 AM, Jeff wrote: > Sanjoy, > > Thanks for your reply. I suspect you are saying that if I press F2 in > something like Visual Studio I will get a page come up that will show the > values for the constants

Re: $$Excel-Macros$$ Excel intrinsic constants/enumerations

2011-02-15 Thread Jeff
Sanjoy, Thanks for your reply. I suspect you are saying that if I press F2 in something like Visual Studio I will get a page come up that will show the values for the constants/enumerations. (I'm not at a place that I can check VS).My question may be a bit more fundamental. When I try to

Re: $$Excel-Macros$$ Excel intrinsic constants/enumerations

2011-02-14 Thread Sanjoy Nath
in editor press F2 you will get all On Tue, Feb 15, 2011 at 11:13 AM, Jeff wrote: > I'm starting to write some code in VB (may end up as vbscript, or vb) and > would like to understand how the proper way to get all the internal > constants declared? A couple of examples might include xlDayof

$$Excel-Macros$$ Excel intrinsic constants/enumerations

2011-02-14 Thread Jeff
I'm starting to write some code in VB (may end up as vbscript, or vb) and would like to understand how the proper way to get all the internal constants declared? A couple of examples might include xlDayofWeek or vbCRLF. Do I include a header file that defines them for me? Thank for your insi