Hi,
I am trying to make an automatic footnote function in Excel.
What I would like to do is to have the user enter some notes next to a column of numbers. The note is text. These wil become footnotes.
I would then like (after button click) to have the notes cut and pasted at the bottom of the report in column A. I need to have a number appear where the note was originally typed (column L). The notes would (of course) start with 1. I will never know just how many notes will be entered.
In addition, I need to have the footnote number concatenate with the text value that was typed (and cut and pasted as the bottom of the report).
The selecting and cutting and pasting I can do in VBA. I am not adepet enough to do the replacing and the concatinating of ranges.
Help would be greatly appreciated.
I am trying to make an automatic footnote function in Excel.
What I would like to do is to have the user enter some notes next to a column of numbers. The note is text. These wil become footnotes.
I would then like (after button click) to have the notes cut and pasted at the bottom of the report in column A. I need to have a number appear where the note was originally typed (column L). The notes would (of course) start with 1. I will never know just how many notes will be entered.
In addition, I need to have the footnote number concatenate with the text value that was typed (and cut and pasted as the bottom of the report).
The selecting and cutting and pasting I can do in VBA. I am not adepet enough to do the replacing and the concatinating of ranges.
Help would be greatly appreciated.