Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Manually adding to Obj. Rep?
#3
Solved: 10 Years, 10 Months ago
This wouldn't work anyway because the InputBox function pauses the script. So there is no way to execute the next line of the script until the InputBox is closed. If you want to get what is in the system's clipboard, use this:

Code:
Set cb = CreateObject("Mercury.Clipboard")
MsgBox cb.GetText
Reply


Messages In This Thread
RE: Manually adding to Obj. Rep? - by cdesserich - 12-02-2010, 10:43 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Pages and Frames adding _1, _2, _3... zunebuggy 1 1,516 05-30-2017, 12:17 AM
Last Post: Vichu M J
  Adding negative amount in webedit Rose 1 2,014 06-30-2016, 09:34 PM
Last Post: babu123
  Adding data into rows that add dynamically with setcelldata azar81 4 5,677 04-13-2015, 05:24 PM
Last Post: vidya2k2
  How to add all objects manually in object repository rajaselvan.d 2 12,481 10-10-2014, 05:08 PM
Last Post: nivedita
  adding webtable to dictonaryobject prabu211989 2 2,465 01-06-2014, 07:56 PM
Last Post: Parke

Forum Jump:


Users browsing this thread: 1 Guest(s)