Jump to content
Macro Express Forums

Variable set string combo box?? to set from clipboard and prompt for new text?


jbird

Recommended Posts

Trying to have one dialog at beginning of macro that displays what was on the clipboard but gives user the chance to correct it, if needed. playing with : Variable set string from clipboard vs Variable set string prompt for value.

Is there a way to combine these into one dialog??

 

I.e.:

get var from clipboard

set to %T1%

display %T1% in dialog in editable field

let user modify %T1%

ok/cancel

revise %T1% to new text

 

 

Link to comment
Share on other sites

Could you do it with two macros and Notepad? That is:

 

First macro opens Notepad and pastes the clipboard data, then exits.

User modifies data (or leaves it unmodified).

User starts second macro with hotkey combination. Second macro does Ctrl-a and Ctrl-c to highlight/copy contents of Notepad screen, then closes notepad and sets %T1%.

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...