Search:
Type: Posts; User: jdc2000
Search:
Search took 0.02 seconds.
-
VBA info links:
https://docs.microsoft.com/en-US/office/troubleshoot/word/autoexec-autoopen-macros-word
https://docs.microsoft.com/en-us/office/vba/word/concepts/customizing-word/auto-macros
...
-
If all you need is to determine whether a consecutive 4 digits is in the name, assuming that you will not have 5 or more consecutive digits, the following link might be useful.
...
-
baka -
Here is the section I saw from your linked document:
Post the code for your function that is not working on Windows 8+.
-
That is not much information to go on. When does the error occur? Is an error from Crystal Reports when it is generating the report? Where is Crystal reports getting the data for the report - from...
-
Lots of extra data, but missing some crucial data in this post.
So, if I am correct in my analysis, you are attempting to read in GPS data through a serial port to your old software but using a...
-
https://www.onmsft.com/how-to/move-screen-keyboard-windows-10-windows-10-mobile#:~:text=When%20the%20keyboard%20appears%20and,up%20and%20down%20the%20screen.
-
Possibly useful link:
http://vbcity.com/forums/t/67392.aspx
-
I am guessing that ssabc is thinking of something like an Excel spreadsheet, sorted on 2 columns.
-
Possibly useful links to get you started:
https://gregmaxey.com/word_tip_pages/using_a_macro_to_replace_text_wherever_it_appears_in_a_document.html
...
-
You could still use Excel to import the .xml data and transfer it, but automate that process using VBScript.
Possibly useful links:
...
-
Excel can import .xml files. It might be easier to do that and use VBA to copy that data to the sheet you want to add it to.
-
This can happen if someone has set the printer they are using to something strange that affects how the margins or other print layout settings are set up.
-
Possibly useful link:
https://stackoverflow.com/questions/1337419/how-do-you-convert-numbers-between-different-bases-in-javascript
-
https://www.pcmag.com/how-to/enable-internet-explorer-mode-windows-11
-
I don't see where you are actually using the jobNum as part of the file name.
Have you checked to see what thisDate actually contains?
Check to see what ActiveDocument.Path & thisDate would be....
-
If you use Windows Explorer on the thin client, and can locate the file, click on the path and copy it to Notepad. That should show you where the file actually is. I always set Windows to show the...
-
Possibly useful links:
https://www.exceltrick.com/how_to/count-unique-values-excel/
...
-
Since it was working OK, and is still working OK on a local system, my first thought is that something is redirecting the path somewhere on the server. Does the path have a full specification (drive...
-
AccessShell -
I think what wqweto was getting at was that if you use WPS Office (they have a free version) instead of LibreOffice, then it would be much easier to program that since it is very...
-
OK, those file names are .exe files and should not contain reserved words.
Here is a link with information on how to pin a .bat (batch) file to the Taskbar:
...
-
What line of code do you get the error on?
-
What name are you trying to give the Shortcut?
Post the file name for the application (Example: MyApp.exe)
Have you tried the method where you call Explorer.exe to launch the program from a...
-
You can just ignore the "free download" ads.
The issues that the links mentioned included certain reserved words that cannot be in a Taskbar shortcut. To test for this, try renaming your Taskbar...
-
Possibly useful links:
https://www.tipsdotcom.com/cannot-pin-program-to-taskbar.html
https://www.tenforums.com/general-support/4407-cant-pin-certain-desktop-shortcuts-taskbar.html
-
Zvoni -
That is what I thought the normal behavior should be.
Possibly useful links:
https://wordribbon.tips.net/T013604_Default_Sort_Order_in_the_Open_Dialog_Box.html
...
-
I do not recall the Excel 2019 File Open dialog sorting the files on my system by date, but I will check out one of my systems with Office/Excel 2019 later today and see what order I actually have.
-
VB .NET link:
https://social.msdn.microsoft.com/Forums/vstudio/en-US/17998487-b9e9-427c-92d4-4dd1f638fe0c/add-sheets-to-excel-via-vbnet?forum=vsto
-
Possibly useful links:
https://www.automateexcel.com/vba/add-and-name-worksheets/
https://www.vbforums.com/showthread.php?391665-Tutorial-FAQ-How-to-Automate-Excel-from-VB6-(or-VB5-VBA)
...
-
No macro recorder in Outlook:
https://social.msdn.microsoft.com/Forums/sqlserver/en-US/7fa3a3b4-36a6-4821-b00e-d411e0c89fec/macro-recording-feature-for-outlook-not-available?forum=outlookdev
...
-
What could you possibly do with received emails in a picture box? For that you could just screen capture the Outlook window.
Outlook is not going to let you automate it that way, precisely to...
-
Set Device Manager to Show Hidden Devices, then you can delete them.
...
-
So, what happens with the code? Error message (post here), does nothing, etc.?
Possibly useful link:
...
-
There was, and probably still is, a way to limit the COM port numbers:
-
Possibly useful link:
https://winaero.com/run-as-administrator-in-windows-11-multiple-way-to-start-apps-elevated/
Scroll down in the above article to see how to always start a program with...
-
You may want to check the user accounts that have access rights to the D:\AnyDesk folder on both systems. Compare them to see what user have what rights on the Windows 10 system where everything...
-
Microsoft does not want you to keep it disabled. To do that, you might have to write a monitoring program that looks for it and checks its status, then sets it back to disabled periodically. The...
-
You might be waiting quite a while for a reply from Gigabyte.
I would test the COM port to see if it is working while you are waiting.
If it has failed, you may need an add-in card:
...
-
If that does not work, use the links I posted on How to Test a COM Port to see if the COM port is actually working. Just because Device Manager says it is working does not mean that is actually...
-
It looks like that motherboard does have a serial port header. If that is where the rear panel connector goes to, then you have a real serial port. The place to try a reinstall would be in Device...
-
Is this a real COM port, with actual serial port hardware, or a USB to serial type of COM port?
How to test a COM port:
https://www.startech.com/en-us/faq/serial-loopback-test-rs232-windows
...
|
Click Here to Expand Forum to Full Width
|