Related:
- Plz Help- need sheetname for each row importd
- Saints row 2 cheats - Guide
- How to delete a row in a table in word - Guide
- Saints row free download - Download - Action and adventure
- Vba last non empty row - Guide
- Saints row 2 cheats ps3 - Download - Action and adventure
1 response
just to add...
originally the codes working fine, I just added some lines which i thought would be able to give me sheetname as against each row imported, in the last column
may be there is problem with these lines only :---
------------------------------------------
Dim Sh2 As String
Sh2 = ws.Name
Worksheets(sh1).Range("B" & lastTabCol).Value = Sh2
-----------------------------------------
so the point is if you make these line 'OFF, the code works fine without it, but i need sheet name in the last column for each row imported as well... PLZ help
originally the codes working fine, I just added some lines which i thought would be able to give me sheetname as against each row imported, in the last column
may be there is problem with these lines only :---
------------------------------------------
Dim Sh2 As String
Sh2 = ws.Name
Worksheets(sh1).Range("B" & lastTabCol).Value = Sh2
-----------------------------------------
so the point is if you make these line 'OFF, the code works fine without it, but i need sheet name in the last column for each row imported as well... PLZ help