I need to have a macro to search VB code

J

Jcuster

I need to have a VB macro search for ".FirstPageTray = xxxxxx" and change it
to ".FirstPageTray = 16642" inside the code. I also need to do the same thing
with ".OtherPagesTray = xxxxxx"

I do not want to do this by hand because I would have to visit over 200
user's desks
 
J

James

I assume you are talking about VBA in an Access Database?

You can use Edit | Replace from the file menu to search for and replace
text. The best way would be to do this in one front end and then role
this out to all users. Therefore making this change once, rather than
200 times. never wise to try to maintain 200 separate mdb files.

You can always put this updated front end onto a server and provide a
link to the share asking users to copy and paste it onto their local
computers.

James
 

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