What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Excel Help

Excel Help
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15517
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: Excel Help
You need to write a small macro to do that. (you need to attach al macro anyway to do anything with a button).

So, if your number is in B4, make a macro:

Sub Increment()
  Range("B4").Value = Range("B4").Value + 1
End Sub

Now make a button on your sheed and attach the macro Increment() to it...

This post was edited on 09-10-2004 at 10:17 AM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
09-10-2004 10:08 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Excel Help - by Petros on 09-10-2004 at 09:24 AM
RE: Excel Help - by CookieRevised on 09-10-2004 at 10:08 AM
RE: Excel Help - by Petros on 09-10-2004 at 02:51 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On