Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Scott
The data is in variables at the conclusion of Jake's example. Debug.print puts something in the "Immediate" pane in the VBA editor. If you want it on your spreadsheet too, you can add some lines such as: Debug.Print msDIVIDEND_RATE & ": " & Mid$(s, nStart, nEnd - nStart) ' existing line from JMs code ActiveCell.Value = msDIVIDEND_RATE & ": " & Mid$(s, nStart, nEnd - nStart) ' puts the same thing in the active cell activecell.offset(1,0).activate ' move to an empty cell to put the next piece of data into Kevin |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel formula to change page # when data entered in other page | Excel Discussion (Misc queries) | |||
How do I copy a graph of a data page to a new data page. | Charts and Charting in Excel | |||
Page Break Preview Page Number as Data | Excel Programming | |||
excel fit to 1 page shows 1 page but not all data is on that page | Excel Programming | |||
Printing second page if data overruns, otherwise print first page | Excel Programming |