VBA for Business - Search across 2x pages with Transposing of Information

tballard1994

New Member
Joined
Apr 16, 2019
Messages
1
I have a Excel document made up of 2 worksheets - one entitled "Support Register' and the other entitled 'Services'

On the support register sheet, we have every client in Column B from Rows 9:120, and all our services across the top in Columns B8:ZZ8.

I am attempting to make it so when I search on the 'Services' sheet for a specific client, a search is run against the row which that client occupies on the 'Support Register' page and if there is any contents to any cell, copies the information in the services row (Row 8, B:ZZ) across onto the Services sheet in some useful format...

If am honest, I am not sure where to start so any pointers would be very very useful!!!
 

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
How is your Services sheet laid out and where on that sheet do you want the 'useful' format entered. Bear in mind that what is useful to one may not be useful to another.
Also, if you already have code to do the search for the client name on the Services sheet, then you should post that code. If you do not have the code, do you want that as part of this project?
 
Last edited:
Upvote 0

Forum statistics

Threads
1,216,075
Messages
6,128,665
Members
449,462
Latest member
Chislobog

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top