Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MSWord VB Macro

Status
Not open for further replies.

VisualBasicHelp

Programmer
Sep 7, 2005
74
GB
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top