On Feb 2, 4:58 pm, "Roger Govier" <r...@technologyNOSPAM4u.co.uk>
wrote:
> Hi
>
[quoted text clipped - 27 lines]
> > Steven Farrar
> > Farrar digital Solutions
I was really searching for something in one step. Some of my users
are not the sharpest knife in the drawer
Roger Govier - 03 Feb 2007 11:36 GMT
Hi Steven
Maybe you could just give them a simple macro like the following and
give it an action of Ctrl+Q or put it on a button for them.
Then they could make their copy, move to destination and do Ctrl+q or
press the button.
Sub PasteValueandFormat()
Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone,
SkipBlanks _
:=False, Transpose:=False
Selection.PasteSpecial Paste:=xlPasteFormats, Operation:=xlNone, _
SkipBlanks:=False, Transpose:=False
End Sub

Signature
Regards
Roger Govier
> On Feb 2, 4:58 pm, "Roger Govier" <r...@technologyNOSPAM4u.co.uk>
> wrote:
[quoted text clipped - 33 lines]
> I was really searching for something in one step. Some of my users
> are not the sharpest knife in the drawer