I'm currently bulk-renaming some chapter files by using a very basic CONCATENATE function. The process is:
Currently, I'm manually selecting, copying and pasting the end result from Column E, but i'd like to use a Macro to just copy it for me (trust me, when you're doing hundreds of these, every tiny time saving measure helps!)
Try as I might, I can't find a simple way of selecting all the visible data in Column E. It always selects the 'hidden' cells. (Because the episodes usually contain varying numbers of chapters, I can't just select a fixed range of cells).
I've tried selecting cells that are only using the black font colour, filtering, (IF=(ISBLANK)) and various other stuff, but whatever I do, it selects the whole damn lot
Appreciate your input. I'm sure I'm overlooking something simple :/
Thanks in advance!
To give you a visual: This is what happens if i click into Column E and do a ctrl-a
- I paste the source data into column A
- CONCATENATE then combines Column A data with Column C data, then outputs it in Column E (Essentially all i want is for the alternating cells that contain "CHAPTERxxNAME=" to be appended with the corresponding Chapter name, e.g. "CHAPTER01NAME=" becomes "CHAPTER01NAME=Chapter 1"
- Conditional formatting in Column E 'hides '(changes the font to white) any cell that starts "Chapter " (i.e. any data after the last line of pasted data)
Currently, I'm manually selecting, copying and pasting the end result from Column E, but i'd like to use a Macro to just copy it for me (trust me, when you're doing hundreds of these, every tiny time saving measure helps!)
Try as I might, I can't find a simple way of selecting all the visible data in Column E. It always selects the 'hidden' cells. (Because the episodes usually contain varying numbers of chapters, I can't just select a fixed range of cells).
I've tried selecting cells that are only using the black font colour, filtering, (IF=(ISBLANK)) and various other stuff, but whatever I do, it selects the whole damn lot
Appreciate your input. I'm sure I'm overlooking something simple :/
Thanks in advance!
To give you a visual: This is what happens if i click into Column E and do a ctrl-a
