Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

STL - Formerly Best Training Solutions Through Learning
TrustPilot
Excellent
Request Callback We will call you back
0207 987 3777 Call for assistance
Your Basket Basket is empty
access vba excel - excel

Forum home » Delegate support and help forum » Microsoft VBA Training and help » access vba excel - Excel

access vba excel - Excel

ResolvedVersion Standard

William has attended:
Excel VBA Intro Intermediate course
Excel Advanced course

Excel

Is there any easy way of writing a formula in a cell that is linked to a number of other spreadsheets so that when changes are made to the data in that reference cell (because information affecting that cell changes) these changes are only reflected in the worksheets with a date on or after the date the changes are made? (i.e. not worksheets with a date prior to the date the changes are made)

RE: Excel

Hi William

The answer is NO.

You would have to use code which utilised the worksheet properties to check date modified fields.

Alan

VBA tip:

Count the Rows and Columns in a Selection

If you need to count the number of rows or columns in a worksheet use the following code:

Selection.Rows.Count - Returns the number of rows in the selection

Selection.Columns.Count - Returns the number of columns in the selection

Selection.CurrentRegion.Rows.Count - Returns the number of rows in the current region of the selection

View all VBA hints and tips

Connect with us:

0207 987 3777

Call for assistance

Request Callback

We will call you back

Server loaded in 0.09 secs.