About 4,760,000 results
Open links in new tab
  1. Write multiple SAS datasets into one Excel sheet

    Jul 25, 2021 · I am using SAS enterprise guide 7.15. I want to export several datasets into multiple excel sheets (multiple tables in every sheet). I'm using ODS and even though i'm …

  2. Converting Excel file into SAS Dataset - Stack Overflow

    Sep 13, 2016 · I'm trying to import a dataset into SAS enterprise guide, however am having trouble 'converting' my excel file into a new SAS dataset file. Any easy way to do this?

  3. How to run SAP GUI script from Excel Macro - Stack Overflow

    Jul 19, 2017 · I am trying to create a Excel macro which executes the SAP GUI Script. I already created the script but I didn't understand how to use that in VBA macro. This is my SAP GUI …

  4. How to put a tooltip on a user-defined function - Stack Overflow

    Nov 24, 2010 · In Excel 2007, how do I add a description and parameter hints to a user-defined function? When I start typing a function invocation for a built-in function, Excel shows a …

  5. Way to run Excel macros from command line or batch file?

    Jan 13, 2010 · 84 I have an Excel VBA macro which I need to run when accessing the file from a batch file, but not every time I open it (hence not using the open file event). Is there a way to …

  6. What are the RGB codes for the Conditional Formatting 'Styles' in …

    I've got some cells that I have Conditionally Formatted to Excel's standard 'Bad' Style (Dark red text, light red fill). In another column I have cells that I have created a Conditional Formatting …

  7. Cannot import excel file into SAS using proc import

    Feb 22, 2018 · You can fix your bitness (get 32 bit SAS or 64 bit Excel). You can use a PC Files Server (including hosting one on your own machine). If you're using Enterprise Guide, you can …

  8. Excel Number Format: What is "[$-409]"? - Stack Overflow

    i'm automating excel, using the macro system as a guide to what i should do through automation. When i format a column as a date, the macro generated a NumberFormat for the column to …

  9. How to execute microsoft excel office script programmatically?

    Jun 10, 2020 · 0 We have been moving towards writing office scripts instead of VBA macros. I am also aware of the Microsoft Graph REST APIs for excel. Can someone guide me how can I …

  10. Efficient way to concatenate excel files - Stack Overflow

    Aug 26, 2022 · Put all excel workbooks (i.e. excel files) to be processed into a folder (see variable paths). Get the paths of all workbooks in that folder using glob.glob. Return all worksheets of …