Thread: VBA.Left
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
John Wilson John Wilson is offline
external usenet poster
 
Posts: 550
Default VBA.Left

As long as it's slow tonight, I have a general question.

I have a workbook that worked fine for a long time.
I do sometimes open it in Excel 2000, 2002, and 2003.
One day, for whatever reason, any Left or Right functions
that I used in my VBA code suddenly started giving me errors??

I've since gone back and changed all the functions to
VBA.Left and VBA.Right and everything works fine.

Does anyone have an explanation as to why this might
happen??

Thanks,
John