Hello
Writing a little macro, got partway, now I need this bit:
I have got a worksheet (one of many in the workbook) called Adjust with formu=
lae in A1:J2000 but the formulae are such that only a certain number of row=
s have values in them and that will vary. So, for example, today only A1:J1=
082 have values in them, next week it could be A1:J1200 or A1:J1010 (the ce=
lls with values will always be in one 'block'). I want to copy all the rows=
(from column A to J) with values in them, open Notepad, paste the values i=
nto the Notepad file and Save As C:\...ABC.txt - but C:\...ABC.txt will alr=
eady exist and I will want to discard it and replace it with the new version.
Thanks.