Windows 10: Problem with Excel

Discus and support Problem with Excel in Windows 10 Software and Apps to solve the problem; Hi and Happy New Year; I have a problem with entering data into Excel. When entering dollar amounts in the second entry into a sheet, Excel won't show... Discussion in 'Windows 10 Software and Apps' started by ken miller 977, Dec 31, 2024.

  1. Problem with Excel


    Hi and Happy New Year; I have a problem with entering data into Excel. When entering dollar amounts in the second entry into a sheet, Excel won't show the two zeros after the decimal point. The prior entry is fine.example:1st entry: $10,000.002nd one: $2,076What can I do to get the data correctly formatted? I've not had this problem before.ThanksKen977

    :)
     
    ken miller 977, Dec 31, 2024
    #1
  2. ddelo Win User

    Export All Administrative Events to Excel

    To analyze events, from the Windows Event Viewer, there is a simple way to export all Administrative Events to Excel, with PowerShell.

    Exporting all Administrative Events to Excel is a simple two Step process, as described here:

    Step 1 - Create the Administrative Events View .xml file
    1. Open Eventviewer (%windir%\system32\eventvwr.msc)
    2. Navigate to: Event Viewer (Local) > Custom Views > Administrative Events
    3. In the “Actions” pane select “Filter Current Custom View”.
    4. Select the the XML tab.
    5. Press Ctrl+A to select all the XML code of the Custom View.
    6. Open a notepad, paste the selected code and save the file to your Desktop as AdmEvtView.xml


    Step 2 - Create the csv file with the events
    1. Download the ExportEvtCSV.zip file, which contains the script ExportEvtCSV.ps1 and unzip it, on your Desktop.
      It's not a fancy script, just basic PowerShell commands to create a csv file on the Desktop.
    2. In Windows Search, type “ISE” (without the quotes) to open “Windows PowerShell ISE” and Run as administrator
    3. To allow running the script, change the ExecutionPolicy, for this session. To do that, in the Console pane type:
      Code:
    4. In the Windows PowerShell ISE, open and run the script: ExportEvtCSV.ps1
      The script will create a csv file with a name YYYYMMDD.HHMM.csv on the Desktop
    5. When done, open the newly created .csv file, format the columns as needed and optionally save it as .xlsx, if you wish.
    That’s it! You now have all the Administrative Events in Excel for filtering and further analysis. Problem with Excel :)

    Now to the more technical hard stuff... *Confused

    There is a reason for running the script from within PowerShell ISE!

    It would be great if everything was also working perfectly, when running the script from an elevated PowerShell too.

    We can run it from an elevated PowerShell, which means that you just follow the Step 1, as above but for the Step 2 instead of the ISE you run the script from an elevated PowerShell.

    The problem is that it will work only for anybody who has en-US format for the dates. Everyone else, who has another format (i.e. en-GB, fr-FR, el-GR etc.), the dates are not translated properly by Excel (although the script uses the –UseCulture switch) and remain as text in the en-US format.

    I'm not sure if this a bug of the "export-csv" cmdlet, but although it runs the way it supposed to from within the ISE, from PowerShell there is a problem with the dates format.
    As I haven’t found a way to overcome this obstacle, any suggestion from the PowerShell gurus of the forum (like my good friend Shawn @Brink, for instance), is welcome.
     
    ddelo, Dec 31, 2024
    #2
  3. FIles in Word, Excel and other programmes will not open from the explorer

    Hi Brian,

    Thank you for posting in Microsoft Community and thanks for providing us an opportunity to assist you.

    Please follow the steps.

    Step 1:

    Lets try to disable the DDE option following these steps:

    • Click the File tab, and then click
      Options.
    • Click Advanced, and then click to clear the
      Ignore other applications that use Dynamic Data Exchange (DDE) check box in the
      General area.
    Click OK.

    Step 2:

    If the issue persists, uncheck the compatibility options by doing the following:

    Right click on Excel (.exe) Properties > Compatibility > uncheck all the boxes

    To access Excel (.exe), open the following location:

    Windows 8 32bit: C:\Program Files\Microsoft Office\Office14

    Windows 8 64bit: C:\Program Files(x86)\Microsoft Office\Office14

    For reference:
    http://answers.microsoft.com/en-us/windows/forum/windows_7-windows_programs/there-was-a-problem-sending-the-command-to-the/56ee1743-b476-43a5-9b00-169b8c6ef37a


    Hope the suggestion is helpful. Reply for further assistance.
     
    Joy Kemprai, Dec 31, 2024
    #3
  4. dalchina Win User

    Problem with Excel

    Windows 10 1709 System Restore problems...

    That seems to be an attempt at Option 2 in the tutorial, which requires you to
    a. Boot to a command prompt (Did you?)
    b. You then seem to be mixing steps 3,4 and 5, thus your command is incorrect.

    I suggest Option 1 is easier.

    If you still have problems, please repost listing each specific step and saying which option from the tutorial you are using. Thanks.
     
    dalchina, Dec 31, 2024
    #4
Thema:

Problem with Excel

Loading...
  1. Problem with Excel - Similar Threads - Problem Excel

  2. Will it cause problems for excel and word 2007 versions if I update operating system to...

    in Windows 10 Gaming
    Will it cause problems for excel and word 2007 versions if I update operating system to...: I have alot of documents on the old excel and word from 2007 version. Will updating to windows 11 prohibit me from accessing thosefiles. https://answers.microsoft.com/en-us/windows/forum/all/will-it-cause-problems-for-excel-and-word-2007/6b1139b4-fb89-4c3a-8a21-8499ac1bf578
  3. Will it cause problems for excel and word 2007 versions if I update operating system to...

    in Windows 10 Software and Apps
    Will it cause problems for excel and word 2007 versions if I update operating system to...: I have alot of documents on the old excel and word from 2007 version. Will updating to windows 11 prohibit me from accessing thosefiles. https://answers.microsoft.com/en-us/windows/forum/all/will-it-cause-problems-for-excel-and-word-2007/6b1139b4-fb89-4c3a-8a21-8499ac1bf578
  4. Problem with Excel

    in Windows 10 Gaming
    Problem with Excel: Hi and Happy New Year; I have a problem with entering data into Excel. When entering dollar amounts in the second entry into a sheet, Excel won't show the two zeros after the decimal point. The prior entry is fine.example:1st entry: $10,000.002nd one: $2,076What can I do to...
  5. Problems exporting MySQL file type as excel sheet

    in Windows 10 Gaming
    Problems exporting MySQL file type as excel sheet: Why does MySQL Workbench export tables as a MicrosoftEdge HTML files despite assigning Excel Spreadsheet or XML file types? It seems as if MicrosoftEdge overrides the MySQL export file type instruction. Any clues on how I can fix this would be awesome ....
  6. Problems exporting MySQL file type as excel sheet

    in Windows 10 Software and Apps
    Problems exporting MySQL file type as excel sheet: Why does MySQL Workbench export tables as a MicrosoftEdge HTML files despite assigning Excel Spreadsheet or XML file types? It seems as if MicrosoftEdge overrides the MySQL export file type instruction. Any clues on how I can fix this would be awesome ....
  7. Problems exporting MySQL file type as excel sheet

    in Windows 10 Customization
    Problems exporting MySQL file type as excel sheet: Why does MySQL Workbench export tables as a MicrosoftEdge HTML files despite assigning Excel Spreadsheet or XML file types? It seems as if MicrosoftEdge overrides the MySQL export file type instruction. Any clues on how I can fix this would be awesome ....
  8. Always a series of problems signing in and with internet while have excellent latency,...

    in Windows 10 Gaming
    Always a series of problems signing in and with internet while have excellent latency,...: First, I try to sign in to my Microsoft account. I haven't signed in in weeks. I ALWAYS get a message saying I'm locked out because I've tried to sign in too many times - which I haven't. That's always a pain in the ***. I have to recover my account and set a new password...
  9. Always a series of problems signing in and with internet while have excellent latency,...

    in Windows 10 Software and Apps
    Always a series of problems signing in and with internet while have excellent latency,...: First, I try to sign in to my Microsoft account. I haven't signed in in weeks. I ALWAYS get a message saying I'm locked out because I've tried to sign in too many times - which I haven't. That's always a pain in the ***. I have to recover my account and set a new password...
  10. Having problems with very simple VBA Excel Macros: Command Buttons do not work

    in Windows 10 Software and Apps
    Having problems with very simple VBA Excel Macros: Command Buttons do not work: Hello !!!Could this be the cause of Command Buttons not working in VBA Excel?The machine-default permission settings do not grant Local Activation permission for the COM Server application with CLSID {C2F03A33-21F5-47FA-B4BB-156362A2F239} and APPID...