Answer Questions
AllenD BSM Scorecard Report Views
Hi All, I have created a scorecard,and added 2 reportviews(Type:Pivot chart) in the report view Tab, both of which belong to the same group i.e 1. I have added this scorecard on my sharepoint site along with Report view Web part and defined the relationship between them,by connecting them using "Webpart connections" . I have also selected the "Report view groups" thats needs to be displayed in the "Reportview w ...Show All
Mystikef MS Office document and image writer print driver
Besides removing this feature from Office during setup, is there a process to remove this virtual printer from 300 users with roaming profiles on an active directory network We are having an issue with this printer assuming the "default printer" selection for our users. As a work around we have changed their default printer, but after they reboot or log off / on it has defaulted back to the MS Ofc doc and image writer printer. ...Show All
tom_xiao VS2005: Any more CTP or RC builds to come?
VS Release Team, I've searched these forums and have even researched a number of blogs, but I haven't been able to find out when the next VS2005 drops will be. I'm currently using the July CTP for VS2005 Pro, and am tracking a number of issues with my current development project that I'm hoping will be resolved in future RTM builds, either within Visual Studio itself (e.g., Forms designer), or as a result to fixes in the Framework. Could somebod ...Show All
Dee_dotnet_79 Business Scorecard Manager 2005 Webpart problem
Problem with the Business Scorecard Manager 2005(Maestro) on an Analysis Services cube of SQL Server 2005 Apr CTP While using the Office Report View Webpart (Pivot Table) in WSS, cannot see the Toolbar with the Save option. So if i create a Pivot table with the Dimensions & measures, click another link and come back to this page, the Pivot table gets reset without any fields Any solution I have a similar problem. I installed exactl ...Show All
Pankaj Sabnis Do we qualify for an ISV buddy?
Hope this is the right place to ask a question like this. I apologize if it is not. I am a developer for an IT group within the Federal Aviation Administration. Would we qualify for an ISV Buddy We don't actually sell software but we do develop software for other federal govenment agencies. If we don't qualify is there a program similar to ISV buddy within Microsoft that we may qualify for Thanks in advance. Doug ...Show All
Bin Liu How to #include text into a source code? (VBA)
Hi, How do I include a text from a specified file into a VBA module source code in a project I have three classes that have several common methods and'd like to avoid pasting the same text at three different places. Thanks -- RK These forums are for VB.NET questions. VBA is a very different product from VB.NET and there are some other locations where youy will probably get a quicker and better response ...Show All
Gnome email from excel
The code at the end allows me to send an email with outlook with some fields from an Excel spreadsheet. Note that in the body I copy a table in html format. Is there an easier way to include in the body a range of cells in table format Thanks, Antonio Sub send_email_confirm() Dim objMail As MailItem Set objOL = New Outlook.Application Set objMail = objOL.CreateItem(olMailItem) ' determines if sale or purchase Di ...Show All
udiraz Problem with VBA script
Dear all, Can you please help me with the following problem I wrote a script to get the data out from the SQL Server and then format the cells. However, it seems it doesn't run the part B to format the cells. Any idea Thanks. 'Part A : Get the data from the SQL Server sqlstring ="select custid, custname from customer" connstring = "ODBC;UID=uid;PWD=p123;DATABASE=prod;DSN=HK0001" With ActiveSheet.QueryTables.Add( ...Show All
Hiverness CRM 3.0 doesn’t save my settings
Hi, I’m having another problem in CRM 3.0. When I change any setting in the CRM system, everytime that I clicked in the OK button it should save my new settings and that’s not happening. How can I solve this Thanks, Dear Christian, I have installed Microsft Dynamics CRM 3.0 with SQL 2000. I am able to access CRM through web broswer as : http://localhost:5555 I have also configured LAPTOP as Client. ...Show All
egen-Vipul Close excel
Hi!! I've a problem. Need close excel when raise an error, but a don't know how can i do it. can anyone help me thanks. Regards. thank you very much!! it's just all I need. Thanks again. Hi there, Will the error be raised in your code If so, you can probably put an error handler in the appropriate place and call Application.Quit and this'll close Excel. Hope that helps, but sorry if it doesn't and I miss the mark com ...Show All
AndyBTechune Opening a Word file from a macro in Excel
I have some code that will open a Word document from a macro in Excel, but for some reason it won't recognize the Word file if the folders in the filepath have any spaces in their names. Here is the code: Sub MergeToWord() ActiveWorkbook.Names.Add Name:="MyData", RefersTo:="=Sheet1!" _ & Range(Selection, Selection.End(xlDown)).Address Shell "C:\Program Files\Microsoft office\Office11\winword.exe F: ...Show All
Brandt-Lassen ned help with excel
i'm trying to insert an image on the top of the excel the code im using is Sub ClearAndClose() Excel.Application.Quit End Sub Sub PrintPriceListF() ' ' PrintPriceListF Macro ' Comments ' ' Keyboard Shortcut: Ctrl+f ' 'Move the header to right Range("A1").Select Selection.Cut Range("e1").Select ActiveSheet.Paste Range("A2").Select Selection.Cut 'Delete the ol ...Show All
amreg Application Error
Hi experts, We have an application written in VBA. The application is failing with the following log entry in the event log. Faulting application: appname.exe Faulting Module: VBE6 Version: 6.4.99.72 Fault Address 0x000dc6f2 Event ID: 1000 The application is running on Windows XP SP2 with Office 2003 SP2. Help would be much appreciated. Thanks Steve Hi, The following is the code that was causing the a ...Show All
Tom U OUTLOOK When trying to open Outlook, I get the following:
Microsoft Visual C++ Runtime Library Runtime Error! Program:C:\Progra~1\Micros~3\Office10\OUTLOOK.EXE Any ideas Thanks I am having the same problem, did you find a answer to resolve it Frustrating and can't move on unitl it's repaired. Thanks for your response. how Hi, Can you please be a little more specific ...Show All
Mauro Sturaro How Can I create an UDF I can use in a cell?
How can I insert a managed function in a cell For instance I have a created a function Public Function test( ByVal myRange As Excel.Range) As String 'Some code..... test = "testing" End Function If I put in a cell of the wordsheet the formula =test(a1:a2) I get an error. Is there a way to create a UDF as is possible in VBA Daan Additional info per our sup ...Show All
