About 6,840,000 results
Open links in new tab
  1. How to use Regular Expressions (Regex) in Microsoft Excel both in …

    How can I use regular expressions in Excel and take advantage of Excel's powerful grid-like setup for data manipulation? In-cell function to return a matched pattern or replaced value in a string. ...

  2. 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 …

  3. 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 …

  4. 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 …

  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. Is there a way to import multiple excel sheets using code in SAS ...

    Feb 18, 2020 · 1 The fastest and easiest way to import all Excel Sheets is to use a libname reference. libname myXL xlsx 'path to xlsx file'; proc copy in=myXL out=work; run; This will not …

  7. 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 …

  8. excel - Using VBA how do I call up the Adobe Create PDF function ...

    Does the Acrobat add-in provide an API? an object model? anything that's programmatically accessible from VBA? If not, you might have to resort to SendKeys, which is a horrible, …

  9. Excel with xml -> source and guide for tags and attributes

    Dec 9, 2013 · Given that you mention that you are unfamiliar, prior to having a reference for tags, etc., you would probably like to read some kind of user's guide on what you can achieve with …

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

    This does not answer the question, which is 'what are the RGB codes for the conditional formatting values in Excel'