help with an excel file
help with an excel file
(OP)
Hi guys,
I know this is off topic but does anyone know how to fix this file?
Looked online but none of the macro's I could find helped and I couldn't get the number to the clipboard or add it too the list.
any help would be appreciated.
cheers
Alan
I know this is off topic but does anyone know how to fix this file?
Looked online but none of the macro's I could find helped and I couldn't get the number to the clipboard or add it too the list.
any help would be appreciated.
cheers
Alan





RE: help with an excel file
a = Cells(x, 1).Value
Cells(x, 2).Value = a
regards,
LWolf
RE: help with an excel file
Sorry for the late thanks. Got side tracked :(
much appreciated
regards
Alan