Copy from immediate window to spreadsheet
Help!
ExcelExperts.comExcel Consultancy, VBA Consultancy, Training and Tips Call:+442081234832 |
|
Excel / VBA ConsultancyFree Training VideosFree SpreadsheetsExcel / VBA JobsNavigationWho's onlineThere are currently 0 users and 677 guests online.
New Excel Experts
Current Excel / VBA Jobs |
Copy from immediate window to spreadsheetHelp! |
Highest Ranked Users
Recent Blogs
ForumsRecent comments
User login |
getting data from immediate window
... u need to do this in the VBA
add a sheet called "Log"
everywhere you find debug.print "xxx", add a line:
sheets("Log").cells(rows.count,1).end(xlup).offset(1) = "XXX"
getting data from immediate window
Hello Nick,
after a through search, I found your suggestion was working.
Can you please give a full sample small script.
Much appreciated mate.
Thanks,
Amool