Jump to content
Macro Express Forums

Macro to run once at the start of the macro then never again ( even when started again )


NeVeR

Recommended Posts

I'll try explain.

 

I've a macro done, It's for a shift report for about 30 members of staff.

 

The only thing I want the person to enter is there name.

 

I want them to enter there name once when the macro is run for the very 1st time on there PC. Once they run it the 1st time there have to enter there name and it's stored in a variable like %T1%

 

So the next time they run the macro he doesn't ask them for there name. It will just know it's there.

 

There is other info in the macro not just there name lol. But I dont ant them to have to enter it every time they run it.

 

Anything i can do ?

Link to comment
Share on other sites

I have a macro that does this. When it runs it looks in the registry for a name. If it is not found, it asks the user for the name and stores it in the registry. This feature runs at the beginning of a macro that they use anyway. If you save the name in the HKEY_CURRENT_USER area of the registry it will be unique for each user that logs on to a computer.

 

Another idea would be to get the name of the logged on user from Windows using the Variable Set From Misc/Set Variable %T1% to "Username" command.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...