FlexGrid with Clipboard functionality

  • Thread starter Thread starter Andibevan
  • Start date Start date
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
 
Andi,

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

Regards,
Graham R Seach
Microsoft Access MVP
Canberra, Australia
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top