FlexGrid with Clipboard functionality

A

Andibevan

Can anyone give me any pointers on how to get the clipboard working using
VBA for a FlexGrid? I want to be able to copy things from a flexgrid and to
a flexgrid.

I can only find information on doing it in VB6 and nothing for VBA?

TIA

Andi
 
G

Graham R Seach

Andi,

If it works in VB, it'll work in VBA.

Regards,
Graham R Seach
Microsoft Access MVP
Canberra, Australia
 
A

Andibevan

I finally found some relevent information and according to this article
suggests there is no Clipboard object in vba as there is in vb. It does
provide some useful guidance on how to create a class so that can behave as
a clipboard object - worked for me.

http://vb.mvps.org/articles/ap200106.asp
 
Top