Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default using a command button in excel

Hi..

I am making a product price calculation sheet for my company & want to know
how i can use a command button.

with a command button can be name as ADD & once clicked should save all the
details in the current sheet to a cumulative excel sheet.

With this i can create a cumulative sheet where i can see all the data i
have seleted.

Please HELP...

Thanks & regards


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,565
Default using a command button in excel

The command button is a tool that creates an event which triggers an action
That action is determined by a procedure (macro) which is either attached
(button from Forms Toolbar) to the button, or part of the event (button from
Control Toolbar). In either case, it is the procedure that does the work
and determines what actions occur. So for the button to do what you want,
you would need to write a code procedure that does the steps. You can
record the macro for most of the steps that you can perform manually. Click
ToolsMacroRecord New Macro. When the toolbar with the Stop Recording
button appears you can start performing the manual steps for what you want
to do. When you have completed those steps, click the stop recording button
and view the results by pressing Alt+F11.




"Comand Button n Excel-Plzz help" <Comand Button n Excel-Plzz
wrote in message
...
Hi..

I am making a product price calculation sheet for my company & want to
know
how i can use a command button.

with a command button can be name as ADD & once clicked should save all
the
details in the current sheet to a cumulative excel sheet.

With this i can create a cumulative sheet where i can see all the data i
have seleted.

Please HELP...

Thanks & regards




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
print command from command button in userform causes double chart Mike Jamesson Excel Programming 5 August 11th 09 03:42 AM
Deselect Command Button by Selecting another Command Button gmcnaugh[_2_] Excel Programming 3 September 2nd 08 05:59 PM
VB's Command Button vs Form's Command Button Ronald Dodge Excel Programming 3 May 24th 06 02:23 PM
Command Button in Excel Frederic Excel Programming 14 November 16th 05 12:50 AM
excel, vba, command button jimx[_2_] Excel Programming 2 June 1st 04 05:38 PM


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