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

Can anyone tell me a quick piece of code that will
increment cells h74, k74 and m 74 by 1 each time the
button is clicked?
Thanxxx Michelle
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 56
Default quick code request

Hi Michelle
Private Sub CommandButton1_Click()
[H74] = [H74] + 1
[K74] = [K74] + 1
[M74] = [M74] + 1
End Sub

HTH
Cordially
Pascal

"michelle" a écrit dans le message de
...
Can anyone tell me a quick piece of code that will
increment cells h74, k74 and m 74 by 1 each time the
button is clicked?
Thanxxx Michelle



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
Excel-Quick Parts Request marcopolo Excel Discussion (Misc queries) 0 May 30th 08 02:39 AM
Request for a code FARAZ QURESHI Excel Discussion (Misc queries) 0 January 27th 08 02:59 PM
Quick Code Nimish Excel Discussion (Misc queries) 3 September 11th 06 07:19 PM
Code to raise Directory request box ANDYGM Excel Worksheet Functions 2 April 10th 06 11:47 AM
Request Vba code Export gif file Luigi[_2_] Excel Programming 3 February 17th 04 12:52 PM


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