XlPrevious Translation Code

  • Thread starter Thread starter Steve Barwood
  • Start date Start date
S

Steve Barwood

Im trying to find the translation code for XLprevious and
XlByColumns so that i can use the find function external
to excel itself. Ive found some codes such as xlright is -
4152 but i cant find the codes for the two named above

Does anybody know of these codes or of anywhere i can find
them.

Thanks alot.

Steve
 
Don't worry guys, somebody has helped me out. For future
reference both of the keywords have constants values of 2.
 
You can find this information in the object browser or by using the
immediate window.

? xlPrevious
2
? xlbyColumns
2
 

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

Back
Top