I have a VB macro which converts text with a document extension to hyperlinks. I keep getting the above run-Time error when I pass the text variable through as a parameter. I have checked the parameter variable is being passed through correctly. Can anybody give me clue to why ...
Is it possible to use word vba to write or copy code to a module or workbook in excel? Like extending 'Application.OrganizerCopy', or 'application.vbe...' or something. has anyone tried this?
When I fill out fields in a form, I would like to have the information automatically put into the header. So for example, in a performance evaluation, the evaluator would fill in the employee's name. Ideally, I would like then for that name to be populated in the header so that ...