Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Expose Function Fieldnames to VBA

When I type =SUM and then press Ctrl-Shift-A excel shows me the field
names in the formulabar that I can then copy and use. Is there a way
to retrieve those fieldnames through VBA directly?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 48
Default Expose Function Fieldnames to VBA

What are wanting to use those for? Those field names are just
variables that it needs. If go into your VBA code and type
"worksheetfunction.Sum( ", then the intellisense pops up and you'll
see all the arguments/variables that the Sum() function needs. Will
that do?
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Expose Function Fieldnames to VBA

What are wanting to use those for? *

I need the fieldnames in runtime because I created my own function
dialog. The default excel function dialog is fine for most purposes
and I would like very much to use that as the basis for an extended
dialog, but I need more information to evaluate and break down complex
formulas. Also the Evaluate Tool in excel does not give me the
information I want.

Regards,
André
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 48
Default Expose Function Fieldnames to VBA

Maybe you could try making your own function in VBA code? Then you
would have access to those variables that are used in your own
function. Can you post some code of what you have so far maybe? I
guess I'm still not understanding exactly. sorry Those field names
are nothing but values ASSIGNED to them...

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
Expose formulas Lee Excel Programming 4 July 9th 09 09:14 PM
How to Expose SeriesCollection? smartin Excel Programming 0 August 1st 08 02:04 AM
Match dBase with Fieldnames JHL Excel Worksheet Functions 0 July 27th 06 03:00 AM
Expose macros with add-in Dave Stice Excel Programming 6 January 30th 06 05:50 PM
ADO Weirdness: Changes dots to #'s in FieldNames [email protected] Excel Programming 1 May 4th 05 04:17 AM


All times are GMT +1. The time now is 10:49 PM.

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"