Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 03-06-2017, 06:25 PM
gmaxey gmaxey is offline How to assign the clipboard value to a variable? Windows 7 32bit How to assign the clipboard value to a variable? Office 2016
Expert
 
Join Date: May 2010
Location: Brasstown, NC
Posts: 1,636
gmaxey is just really nicegmaxey is just really nicegmaxey is just really nicegmaxey is just really nicegmaxey is just really nice
Default


With the VB Editor open (Alt+F11) using the Tools>References menu, scroll through, find and add the reference to the project.
__________________
Greg Maxey
Please visit my web site at http://www.gregmaxey.com/
Reply With Quote
  #2  
Old 03-06-2017, 07:02 PM
fosterpapillon fosterpapillon is offline How to assign the clipboard value to a variable? Mac OS X How to assign the clipboard value to a variable? Office for Mac 2011
Novice
How to assign the clipboard value to a variable?
 
Join Date: Mar 2017
Location: Wilsons Promontory, Australia
Posts: 3
fosterpapillon is on a distinguished road
Default Another way to do it?

Thanks - I'll add that to the list (I'm tied up another project for the next few days).

Another site suggested this simple AppleScript code:

set sourceFolder to choose folder
tell application "Finder" to set theFiles to files of sourceFolder whose name extension is in {"doc", "docx"} or creator type is "MSWD"
repeat with oneFile in theFiles
do shell script "textutil -convert txt " & quoted form of POSIX path of (oneFile as text)
end repeat

Very elegant - if you're on a Mac.
Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Run Time Error '91': Object variable or With block variable not set using Catalogue Mailmerge Berryblue Mail Merge 1 11-13-2014 05:36 PM
How to assign the clipboard value to a variable? Run-time error 91 object variable or with block variable not set JUST ME Word VBA 4 03-25-2014 06:56 AM
assign variable name to WORD text norwood Word VBA 2 09-13-2013 08:00 AM
How to assign the clipboard value to a variable? object variable or with block variable not set MJP143 Excel 1 02-11-2013 05:07 AM
How to assign the clipboard value to a variable? Run-time error '91': Object variable or With block variable not set tinfanide Excel Programming 2 06-10-2012 10:17 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 09:11 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft