I'm trying to find the row and column of a checkbox within a table. When I click on the checkbox, I want to know what row and column I am in. Any ideas?
Word 2010
Hi, in my VBA I'm opening a external word doc to get some text:
Set sourcedoc = Application.Documents.Open(sFile)
Once I get the text, I try to close this document:
oFFld("Text2").Result = sourcedoc.Range
sourcedoc.Close
I'm getting an error message "Runtime error 4198. Command...
I've got some VBA code to copy and paste in word. Using a button and the click event, this code works wonderfully. Using a textbox and the lostfocus event, the code errors out at Selection.HomeKey saying "Method 'HomeKey' of object 'Selection' failed". When I comment out Selection.Homekey, the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.