Hello,
Need some assistance
we prefer VBA macro for the following
I've attached a sample
if B4 = B9:B14, then C4:J4 = C9:J9
Users will enter data in B4 in order to autofill C4:J4
thank you
Hello,
Need some assistance
we prefer VBA macro for the following
I've attached a sample
if B4 = B9:B14, then C4:J4 = C9:J9
Users will enter data in B4 in order to autofill C4:J4
thank you
First your description is a little cloudy. Do you mean this:
When cell B4 is changed, see if that value is contained in the range B9:B14. If so, then copy the contents of C:J in the row where the value was found into C4:J4.
Here is a macro. But this is trivial to do with formulas. Why do you prefer a macro?
Note that your formatting on row 4 prevents the proper display of the data.
This will give an error if the value is not found. You can eliminate the possibility of error by using Data Validation with a list in B4 and use a named formula for the list.
You must put this code into the module for Sheet1:
![]()
Please Login or Register to view this content.
6stringjazzer,
this worked
thank you
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks