Home > Forum Home > Developing Business Administration Solutions > Importing Data from PDF Files > Appending Results Share

Appending Results

Excel Help for Appending Results in Developing Business Administration Solutions


Forum TopicLogin

Appending Results

Rate this:
(4.3/5 from 3 votes)
Oops To be clear, for appending results, we need to remove the clearing of the content and set the start row for output to the next available row below existing content.

Precisely, we replace this code:
VBA Code:
Call clearoutput
mrow = Range("outstart").Row + 1 
With this code:
VBA Code:
mrow = Range("B50000").End(xlUp).Row + 1 
 Excel Business Forums Administrator
 Posted by on
 
View Full Post

Find relevant Excel templates and add-ins for Appending Results in the