About 16 results
Open links in new tab
  1. Sort Å. Ä, Ö - Microsoft Community

    Apr 30, 2023 · If we add a VBA code we can make this values visible (in hexadecimal notation). Function HexCode (ByVal Expression As String) As String Dim i As Long For i = 1 To Len …

  2. Indexing and Matching with Excel - Microsoft Community

    For the INDEX expression, you can specify a column number of 1, referring to the 1st column of the lookup table (1st INDEX parameter). Note: The column number is redundant in this case, since the …

  3. How do I fix a Run Menu Command Error 2047? I am trying to convert …

    I am having trouble converting a 2003 database to 2010. Some of the macro are not supported in the new version. Any suggestions on how I can fix them or find out what I need to do.

  4. Access 2010 - Navigation Page, cannot set focus to "inside" form

    Jul 6, 2010 · Hi, I have a simple db, with a set of forms which just adds records to a table. I have created a Navigation Page as per the instructions and it mostly works. The db is set with the nav page to load

  5. VBA macro running in Excel 2016 on Mac OS X 10.13

    Jun 18, 2018 · 'expression A variable that represents a Workbook, Sheet, Chart, or Range object. 'the parameters are not working like in Excel for Windows sh.ExportAsFixedFormat Type:=xlTypePDF, …

  6. MS access: option group to store both value in table...is that ...

    Oct 15, 2010 · Veronica, I understand you wanting to achieve this end results. However, storing both values in the table is not the way to achieve it. You can use a calculated field in your query, or a …

  7. Turn off the "show hidden objects" option in any computer

    Nov 27, 2013 · - 3 dots beside it that lead to 3 option : Macro Builder, Expression Builder and Code Builder Following your guide, I suppose that to select Code Builder when click on 3 dots.

  8. Windows 7 SP1 Update failes with error code 0x8000ffff

    Apr 27, 2018 · Hello, Trying to update Windows 7 with service pack 1 x64 (KB976932) on my notebook fails with error code 0x8000ffff. Digging into %windir%\Logs\CBS\CBS.log shows the ...

  9. Validating a Financial Journal entry - Microsoft Community

    Sep 29, 2016 · Here is the way I'm calculating the debits & credits: (1) In the sub form , I go to the sub form footer and sum the debits and credits , two controls are created , that is the Totaldebits & …

  10. frmSearch run-time error '94': Invalid use of Null

    Nov 29, 2012 · The expression After Update you entered as the event property setting produced the following error: *The expression may not result in the name of a macro, the name of a user-defined …