Search found 4 matches

by kwakkers
Fri Jul 06, 2012 11:12 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Excel New Slice Contents
Replies: 2
Views: 2207

Re: Excel New Slice Contents

Howzit

Thanks for the speedy reply - much appreciated. I've had a quick look and it looks like it could be just what I am after.

I guess I know what I'll be doing this weekend... :!:
by kwakkers
Fri Jul 06, 2012 10:50 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Excel New Slice Contents
Replies: 2
Views: 2207

Excel New Slice Contents

Good morning all TM1 Client 9.4.1 Apologies if this has been answered before, but I can't seem to get the right answer from searching the forums. We have a view (monthly) that we slice to Excel (zero suppression), that returns the required data set for the month. This is an entirely manual process. ...
by kwakkers
Mon May 21, 2012 9:24 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Excel DisplayAlerts
Replies: 3
Views: 3285

Re: Excel DisplayAlerts

Hi Wim You solution worked an absolute treat, and is definitely more readable. There was a slight issue with the code in regards to the filename as workbookfilename returned an empty string fname = path & Split(workbookfilename & ".", ".")(0) & "-" & .Na...
by kwakkers
Fri May 18, 2012 11:46 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Excel DisplayAlerts
Replies: 3
Views: 3285

Excel DisplayAlerts

Hello everyone We have some vb code that saves all the tm1 sheets in a file into csv files. Upto now the user had been manually clicking on OK to save the sheets. I thought I could change this by turning off displayalerts as part of the process. This works just fine when I am not connected to TM1, b...