Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 96
Default MACROS & COMMAND BUTTONS

Not sure this is what you want but if you put this code
into the commandbutton, it'll add 8% to the value in D33

Private Sub CommandButton1_Click()
Range("d33") = Range("d33").Value * 1.08
End Sub

-----Original Message-----
I'm trying to add tax (8%) to a cell (D33) based on a

COMMAND BUTTON (cell C33)
PLEASE help. I've never used Macro's before and I'm

loosing way to much sleep over this!
.

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 buttons & macros Jock W Excel Discussion (Misc queries) 3 February 21st 05 02:57 PM
MACROS & COMMAND BUTTONS Don Guillett[_4_] Excel Programming 0 June 7th 04 07:18 PM
Macros and command buttons Michael Excel Programming 2 June 6th 04 03:22 AM
Control Buttons vs. Command Buttons Robert Gibson Excel Programming 1 October 13th 03 04:33 PM
macros, functions, and command buttons Josh Ashcraft Excel Programming 0 July 16th 03 08:40 PM


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