From: Steven on 2 Feb 2010 21:41 Can you call the PasteValue Toolbar Icon in a macro to execute. Bottom line I am trying to Paste Value and still be able to Undo if needed. Thank you, Steven
From: Peter T on 3 Feb 2010 10:56 Nice idea but I don't think that's going to work, the Undo I mean. But have a go - (one of the toolbars must include the PasteValues button, customize toolbars if necessary) Dim cbt As CommandBarButton Set cbt = CommandBars.FindControl(ID:=370) ' PasteValues If cbt.Enabled Then cbt.Execute End If Regards Peter T "Steven" <Steven(a)discussions.microsoft.com> wrote in message news:DECA3DBC-1414-47E8-8CD1-B7AAD0645A8E(a)microsoft.com... > Can you call the PasteValue Toolbar Icon in a macro to execute. > > Bottom line I am trying to Paste Value and still be able to Undo if > needed. > > Thank you, > > Steven
|
Pages: 1 Prev: Found the answer... Next: open text file, get file from directory, update file |