Bulk Copy Paste in MS Excel w VBA

Post Reply
Jeroen Eynikel
Community Contributor
Posts: 139
Joined: Mon Sep 15, 2008 1:45 pm

Bulk Copy Paste in MS Excel w VBA

Post by Jeroen Eynikel »

Hi,

there used to be VBA code 'out there' by Ben Hill I think that allowed bulk copy/paste to work on a TM1 Excel sheet while keeping the DBRW's intact.

Does anyone still have this lying around? And If so would you be kind enough to post it? :)

Thanks,

Jeroen
Wim Gielis
MVP
Posts: 3233
Joined: Mon Dec 29, 2008 6:26 pm
OLAP Product: TM1, Jedox
Version: PAL 2.1.5
Excel Version: Microsoft 365
Location: Brussels, Belgium
Contact:

Re: Bulk Copy Paste in MS Excel w VBA

Post by Wim Gielis »

Hello Jeroen

I don't know about that code, perhaps someone else does, but how about writing it again as a piece of generic code? :D

Greetz,

Wim
Best regards,

Wim Gielis

IBM Champion 2024-2025
Excel Most Valuable Professional, 2011-2014
https://www.wimgielis.com ==> 121 TM1 articles and a lot of custom code
Newest blog article: Deleting elements quickly
Alan Kirk
Site Admin
Posts: 6647
Joined: Sun May 11, 2008 2:30 am
OLAP Product: TM1
Version: PA2.0.9.18 Classic NO PAW!
Excel Version: 2013 and Office 365
Location: Sydney, Australia
Contact:

Re: Bulk Copy Paste in MS Excel w VBA

Post by Alan Kirk »

Wim Gielis wrote:Hello Jeroen

I don't know about that code, perhaps someone else does, but how about writing it again as a piece of generic code? :D
I've heard of it, but don't have a copy either. However the functionality will be in the next release of the TM1 Tools add-in that Martin, Steve and I have written. I'm about half way through it but it needs some speed tweaks as well as some extra flexibility. Don't particularly want to commit to a timeframe but it'll probably be in the next couple of weeks.
"To them, equipment failure is terrifying. To me, it’s 'Tuesday.' "
-----------
Before posting, please check the documentation, the FAQ, the Search function and FOR THE LOVE OF GLUB the Request Guidelines.
Kyro
Community Contributor
Posts: 126
Joined: Tue Nov 03, 2009 7:46 pm
OLAP Product: MODLR - The CPM Cloud
Version: Always the latest.
Excel Version: 365
Location: Sydney, Australia
Contact:

Re: Bulk Copy Paste in MS Excel w VBA

Post by Kyro »

I would put it up again but I think a friend of mine has a better version - Michael Mackie - I'll redirect him here.

Kind Regards,
Ben Hill
Jeroen Eynikel
Community Contributor
Posts: 139
Joined: Mon Sep 15, 2008 1:45 pm

Re: Bulk Copy Paste in MS Excel w VBA

Post by Jeroen Eynikel »

Kyro wrote:I would put it up again but I think a friend of mine has a better version - Michael Mackie - I'll redirect him here.

Kind Regards,
Ben Hill

That would be much appreciated.

Jeroen
Alan Kirk
Site Admin
Posts: 6647
Joined: Sun May 11, 2008 2:30 am
OLAP Product: TM1
Version: PA2.0.9.18 Classic NO PAW!
Excel Version: 2013 and Office 365
Location: Sydney, Australia
Contact:

Re: Bulk Copy Paste in MS Excel w VBA

Post by Alan Kirk »

I wrote:the functionality will be in the next release of the TM1 Tools add-in that Martin, Steve and I have written.
This has now been posted in the Useful Code forum.

http://forums.olapforums.com/viewtopic. ... 289#p11289
"To them, equipment failure is terrifying. To me, it’s 'Tuesday.' "
-----------
Before posting, please check the documentation, the FAQ, the Search function and FOR THE LOVE OF GLUB the Request Guidelines.
Post Reply