Split funciton no longer working

  • Thread starter Thread starter kevin.jonas
  • Start date Start date
K

kevin.jonas

Split() is no longer working. Excel is complaining "Compile Error:
Wrong number of arguments or invalid property assignment"

This is in a funciton that worked yesterday. What could I have changed
to make split not work? I did not touch the macro since it's creation
weeks ago.

Kevin
 
Man, it isn't until AFER I make the post someone tells me they modified
my spreadsheet (and added a split function).
 
Hi
Split requires Excel 2000+

But if this is not the reason check in the VBA Editor: 'Tools - References'
for missing references
 
Back
Top