hi..
im writing a macro in Excel to copy a selected roe into a text file. i ve taken a button on a sheet and when user clicks on the button the selected row (only selected row) should b copied into a file on c: seperated with ","...
ive written a code wher the data is bein copied but it is not bein written into the text file. following is the code..
Dim myrow As Integer
Dim appwd As Object
myrow = ActiveWindow.RangeSelection.Row
Rows(myrow).Select
Selection.Copy
now aftr this code i wnt to copy the data into the text file seperated with ","...
can anybody help me???? its reli urgent...
thanks for the help...