View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
QB QB is offline
external usenet poster
 
Posts: 57
Default Programming for Different Versions

I developped an Excel workbook to automate a previously series of manual
operations. I am working with Excel 2007 (En). It works without any issues
on my laptop.

Certain people are using Excel 2007 (Fr) and when they run it they receive
all sorts of errors?

It highlights part of my code that run without issue for me.

Is VBA language specific? How can I troublehoot my code to ensure it runs
for everyone?

Help!?

Thank you,

QB