VisualBasicHelp
Programmer
Hi,
I am trying to insert a page before pasting using macro. So that when pasted, it is pasted in a new page. I could do this using the paste icon on the standard toolbar like this -
CommandBars("standard").Controls("Paste").OnAction = "countPaste"
But if I try to do the paste by ctrl+v , I am not getting the required, can anybody please help me in this.
Thanks
I am trying to insert a page before pasting using macro. So that when pasted, it is pasted in a new page. I could do this using the paste icon on the standard toolbar like this -
CommandBars("standard").Controls("Paste").OnAction = "countPaste"
But if I try to do the paste by ctrl+v , I am not getting the required, can anybody please help me in this.
Thanks