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

I am trying to simulate the function wizard thru a macro
which will show the function wizard for a perticuler
function. So far I have
ActiveCell.FunctionWizard which shows the screen to select
the function.

How do I make the wizard to show directly next screen with
arguments for a perticuler function (say SUM)?

Regards,
Madiya
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Function Wizard

Possibly
ActiveCell.Formula = "=Sum(1)"
ActiveCell.FunctionWizard

--
Regards,
Tom Ogilvy

"Madiya" wrote in message
...
I am trying to simulate the function wizard thru a macro
which will show the function wizard for a perticuler
function. So far I have
ActiveCell.FunctionWizard which shows the screen to select
the function.

How do I make the wizard to show directly next screen with
arguments for a perticuler function (say SUM)?

Regards,
Madiya



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 239
Default Function Wizard

Tom,
Thanks for your help.
It still shows the initial screen to choose a function. I want 1 step
further.
Excel should show the screen which shows the arguments for the
functions selected. However if I rerun the same macro, it shows the
right screen.
Any other suggession?

Regards,
Madiya


"Tom Ogilvy" wrote in message ...
Possibly
ActiveCell.Formula = "=Sum(1)"
ActiveCell.FunctionWizard

--
Regards,
Tom Ogilvy

"Madiya" wrote in message
...
I am trying to simulate the function wizard thru a macro
which will show the function wizard for a perticuler
function. So far I have
ActiveCell.FunctionWizard which shows the screen to select
the function.

How do I make the wizard to show directly next screen with
arguments for a perticuler function (say SUM)?

Regards,
Madiya

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
function wizard on office 2003 mikeallen77 Excel Worksheet Functions 1 August 15th 07 04:10 AM
where is the function wizard in excell?? Sara Excel Worksheet Functions 1 May 26th 06 04:52 PM
Function Wizard GolfGal Excel Discussion (Misc queries) 8 March 20th 05 07:25 PM
Check if within Function Wizard patochem Excel Programming 0 October 8th 04 02:58 PM
function wizard access violations Janwillem van Dijk Excel Programming 0 February 4th 04 10:39 AM


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