PC Review


Reply
Thread Tools Rate Thread

drill through to SSAS CUBE

 
 
=?Utf-8?B?c3Jpbmk=?=
Guest
Posts: n/a
 
      8th Aug 2007
I use the drilthrough macro posted on MS site for drilling through from
Excel to the cubes and i get
a runtime error1004 when drilling through

Happens only when the xls is put in a IIS Web server virtual directory and
when i try to open it from the browser then it gives an error

After clicking end in the error screen the drill through continues, but it
seems that the code to delete the temporary sheet does not work.

(Delete the temporary sheet Application.DisplayAlerts = False ws.Delete … )

Result: the drill through result is shown twice: once in the sheet: sheet2 ,
once in the sheet Drill Results1

Can somebody help
 
Reply With Quote
 
 
 
 
=?Utf-8?B?Sm9lbA==?=
Guest
Posts: n/a
 
      9th Aug 2007

Sub copysheet()

Windows("book1.xls").Activate
Workbooks("book3.xls").Worksheets("Mar 07").Copy _
after:=Worksheets("Sheet1")
ActiveSheet.Name = "newsheetname"


End Sub

"srini" wrote:

> I use the drilthrough macro posted on MS site for drilling through from
> Excel to the cubes and i get
> a runtime error1004 when drilling through
>
> Happens only when the xls is put in a IIS Web server virtual directory and
> when i try to open it from the browser then it gives an error
>
> After clicking end in the error screen the drill through continues, but it
> seems that the code to delete the temporary sheet does not work.
>
> (Delete the temporary sheet Application.DisplayAlerts = False ws.Delete … )
>
> Result: the drill through result is shown twice: once in the sheet: sheet2 ,
> once in the sheet Drill Results1
>
> Can somebody help

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Formatting SSAS pivot tables to indicate drill through available AudKen Microsoft Excel Misc 0 12th Feb 2010 06:04 PM
Olap SSAS Cube SQL Server2005/2008 single data point by UDF to exc CmK Microsoft Excel Programming 0 27th Oct 2009 01:14 PM
Excel 2007 pivot tables - calculated fields and SSAS cube CraigHB Microsoft Excel Programming 3 18th Sep 2008 04:13 PM
Excel application cannot access SSAS cube over MOSS 2007 over inte Rajeev Microsoft Excel Crashes 0 18th Mar 2008 08:02 AM
Accessing Data Source of SSAS Project from within an SSAS Assembl =?Utf-8?B?QmpvZXJuIEhlbm5pZw==?= Microsoft ADO .NET 1 22nd Aug 2006 05:37 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:25 AM.