Quantcast
Channel: Word Macro Problem
Browsing all 5 articles
Browse latest View live

Word Macro Problem

YOu said alot but not much useful.What error exactly.  Just saying you got an arbitrary error is no help.In the debugger you will know exactly what line is bad.  Fix it.Start by learning VBA from teh...

View Article



Word Macro Problem

I knew that about const,  I just used it as a test to make sure that the find/replace part worked as intended. I had a lot of trouble initially with that part and wanted to make sure it would run...

View Article

Word Macro Problem

"Const" are read only.  You cannot asign values to a declared Const.You are using Dim variable. THere is no reason for it to not be assigned.You fail to say what is not working.  Have you run this...

View Article

Word Macro Problem

This is a scriping forum.  This is a pure MSWord VBA issue and not a VBScript issue.¯\_(ツ)_/¯

View Article

Word Macro Problem

Hey All,I have created a macro that will search entire word documents in the directory I have specified, whether they are doc or docx.  So I created this: Sub FindReplaceAllDocuments()    Const D =...

View Article

Browsing all 5 articles
Browse latest View live




Latest Images