Hello again! Alright, I originally posted this in the excel general section but this is something needed to be done in vba. Which is fine
Now.. For what im trying to do...
Using the code below I can find A cell using the .find method. The message box shows the cell address. I need to find the next bold cell after the found cell. Then copy it to a new sheet.
Will say a3 is cash.
;---code finds a3 for cash
;---code search for next bold after found cell and finds a6
;---code copies a6 to a1 of new sheet.
Bookmarks