![]() |
|
|
|
#1
|
|||
|
|||
|
Quote:
I guess the issue here would be how you are inserting your new data. Here's a couple of links to sites with info on tables that is essential for vba. Excel: Working with Tables (VBA) The VBA Guide To ListObject Excel Tables — The Spreadsheet Guru Quote:
ws.Range("B" & ws.Rows.Count).End(xlUp).Row gives a result of 26 which is added to the end of what is between the quotes giving you F2:F2626 |
|
#2
|
||||
|
||||
|
Shocks!!! The removal of 26 solved problem 1 and 2 and the macro is doing its job in seconds.
THANK YOU. |
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to Hide/Unhide empty rows with formula based on criteria in G3? | LearnerExcel | Excel Programming | 1 | 02-15-2018 07:17 AM |
How to hide and unhide sheet according to drop down list
|
aster | Excel Programming | 1 | 04-18-2017 07:47 AM |
Hide / unhide Rows
|
NullVBA | Excel Programming | 4 | 12-09-2015 05:10 AM |
| Hide/Unhide pictures | maloneb | PowerPoint | 1 | 01-18-2012 03:34 PM |
Unhide and Re-hide in Excel 2003
|
thorgal67 | Excel | 1 | 07-16-2009 07:06 AM |