Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Newsgroup Archive
Excel Newsgroups
Excel Programming
Generate Subtotal Summary from Sheet1 into Sheet2
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Charabeuh, post: 6453606"] Errata: Replace the line: Set WB = ThisWorkbook ' Workbooks.Open(MyPath & "Omega.xls") with your initial line: Set WB = Workbooks.Open(MyPath & "Omega.xls") And if you want your macro run more than once, you could erase the old results before the new calculation. Just insert this line: Range(DestCell, DestCell.End(xlDown).Resize(, 3)).ClearContents after the line: Set DestCell = SH2.Range("A1") [/QUOTE]
Verification
Post reply
Forums
Archive
Newsgroup Archive
Excel Newsgroups
Excel Programming
Generate Subtotal Summary from Sheet1 into Sheet2
Top