I have limited to no VBA experience, so I was wondering if someone could help me out fixing the code to do a Selection find, offset, copy & paste type action
The selection I want to find will be MR# (these are all different numbers for example: 48226810) and this value is in cell C3 on sheet "Pt.InfoWksheet".
I want the macro to then search for this selection in the range B4 to B1101 on sheet "Required Patient Info". Once that value is found I want to copy cells B2 to B155 on sheet "Pt. Long Sheet", offset by 1 column and paste the specified range (so the pasted content would be directly next to the found MR #).
I would really appreciate any help.
Below is the code I am working with. It returns the error "Object variable or With Block variable not set" (Run-time Error '91')
![]()
Please Login or Register to view this content.
Bookmarks