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

I had some macro ( Modifty Header and Footer , Add Menu , Delete
Menu )

My macro will change the footer and header, and, pre-set issuer inside
macro.

How can my macro pop-up an input-box and able to update my macro ( or
other methods ),
afterall, everytime, my user run the Macro ( Update Header and
Footer ) will get the correct issuer ?


Many Thanks
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 141
Default Macro Update Macro

I'm not 100% sure what you're asking ... are you asking how to get the
user's name so that it can be included in the macro? If so, insert
this in the macro:

sub xx()
Dim stUserName as String
Dim stString as String
Dim stTitle as String
..
..
..
stString = "Please enter your name:"
stTitle = "Input required"
stUserName = InputBox(stString, stTitle)
..
..
..
End Sub


Hope that was what you were looking for ... if not, try to explain
again?

Chris

On Mar 13, 3:14 am, wrote:
I had some macro ( Modifty Header and Footer , Add Menu , Delete
Menu )

My macro will change the footer and header, and, pre-set issuer inside
macro.

How can my macro pop-up an input-box and able to update my macro ( or
other methods ),
afterall, everytime, my user run the Macro ( Update Header and
Footer ) will get the correct issuer ?

Many Thanks


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
need help to update macro to office 2007 macro enabled workbook jatman Excel Discussion (Misc queries) 1 December 14th 07 01:57 PM
Use VBA (Macro) to Update Existing Macro Jordan Marton Excel Programming 6 February 14th 07 01:16 PM
Macro Update Sukh Excel Programming 1 September 18th 06 02:38 PM
Run Macro after update hurriance[_3_] Excel Programming 1 June 13th 06 05:32 AM
Macro update Rhonda[_2_] Excel Programming 1 September 12th 03 01:11 AM


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