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

Hello,

I would like to program a command button to take the value of one cell (i.e.
A1), divide this value by a fixed number (i.e. 10) and then place the result
in a difference cell (i.e. A2).

Ideas?
--
Thank-you and all suggestions are appreciated.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 692
Default command button

Range("A2")=Range("A1")/10

Place in command button click event
--
steveB

Remove "AYN" from email to respond
"Anauna" wrote in message
...
Hello,

I would like to program a command button to take the value of one cell
(i.e.
A1), divide this value by a fixed number (i.e. 10) and then place the
result
in a difference cell (i.e. A2).

Ideas?
--
Thank-you and all suggestions are appreciated.



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
command button add another command Wanna Learn Excel Discussion (Misc queries) 5 December 7th 08 11:42 PM
Command button AhmetDY Excel Discussion (Misc queries) 1 October 17th 07 11:36 AM
Command Button Patty2005[_6_] Excel Programming 1 August 7th 04 04:18 AM
Command Button vs Control Button RGibson Excel Programming 1 October 14th 03 02:24 AM
Command Button vs Form Button T K Excel Programming 4 August 26th 03 07:26 PM


All times are GMT +1. The time now is 08:07 AM.

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

About Us

"It's about Microsoft Excel"