Macros to return a value in Word

R

Rex

Hi,

I would like a macro in WORD to return a value so that I can call the
function as I would normally do it in ACCESS.


I know I am asking this question in the wrong forum.. but really I dont

know where to post this.


I would appreciate any sorts of help on this matter


Thankyou


Rex
 
R

Rex

Please ignore the sentence

"I know I am asking this question in the wrong forum.. but really I
dont know where to post this."

Thank you
 
J

Jezebel

Declare it as a function, just as you would in Access VBA.

Public Function MyFunction() as whatever
....
end function
 
P

Perry

I would like a macro in WORD to return a value so that I can call the
function as I would normally do it in ACCESS.
Would you like Word VBA to return a value in MS Word GUI?
Or do you want Word VBA to return a value in Word VBE?
function as I would normally do it in ACCESS.
How should we read this ...

Krgrds,
Perry
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top