help.. help(exel macro's >> mysal)

  • Thread starter Thread starter Almrshal
  • Start date Start date
A

Almrshal

hello there
i'm not a user of exel , but i have to convert an exel file (.xls) to
mysql database ...

trying to use alot of converters , but failed , because the exel file
has macros in it ...

i don't know how to convert this file with it macros to mysql ...

note : the macro's jop is to update the table values every 2 seconds
based on a web site page....
 
I'm not entirely sure how to convert with macros, but what if a macro
was created so that everytime the sheet was updated, it selected and
copied the range of values you want and pasted onto another sheet
(strictly the values this way you won't deal with macros). And then
you could convert the new sheets. Sorry I couldn't be of any more
help.

-- Isaac
 
Back
Top