Search:
Type: Posts; User: jdc2000
Search:
Search took 0.32 seconds.
-
Possibly useful links:
https://www.freevbcode.com/ShowCode.asp?ID=7922
https://www.codeproject.com/Articles/37851/NATO-Phonetics
...
-
January 2021 update:
https://www.zdnet.com/article/want-to-run-windows-apps-on-linux-wine-just-got-this-huge-update/
-
The 2 methods are actually:
1. Perpetual License. This method uses a license key and is not tied to a (Microsoft) Office 365 license. You pay once for the license, there is no renewal fee. You...
-
Possibly useful links:
https://www.vbforums.com/showthread.php?658540-VB6-Form-to-choose-a-directory
...
-
-
Now you tell us.
Possibly useful link:
https://stackoverflow.com/questions/41725730/how-to-paste-values-and-keep-source-formatting
-
So, change it so it does. Not that anyone is actually going to be watching a progress meter for days.
If you are actually wanting to create a clock program, there are different methods for that. ...
-
Possibly useful links:
https://www.vbforums.com/showthread.php?385832-RESOLVED-Current-Recordset-does-not-support-updating
...
-
VBA but should work in VB6 also:
https://www.myonlinetraininghub.com/timer-stopwatch-excel-vba
-
Possibly useful links:
https://stackoverflow.com/questions/59092687/how-to-copy-a-worksheet-to-a-new-worksheet-but-as-values-only
...
-
A Consultation works normal ...
So I need to use this query not vb6 ... when using the query it says that ARITHABORT is not set.
How can I set the VB6 code line?
-
Do you have to get the data from the opm.gov web site? Any code you use may stop working when that web site changes, which could be 10 years from now or tomorrow.
Alternative idea:
...
-
Can we assume that you are NOT using the VB6 programs in question with Windows 10? Windows 10 has the option to show the Taskbar on all monitors.
-
Possibly useful links:
https://social.technet.microsoft.com/Forums/office/en-US/00d67ac3-4f71-4efc-97dc-ef9088959a7c/perfmon-and-wmi-performance-adapter-service-not-working?forum=winservergen
...
-
Not sure if this will be useful:
https://www.codeproject.com/Questions/235583/Tab-order-is-disabled-in-the-Layout-Tool-bar
-
Possibly useful links:
https://www.vbforums.com/showthread.php?746375-RESOLVED-Including-Russian-Cyrillic-characters-in-VB-code
...
-
Do you get the same error when you try to delete the directory on which you got the error manually?
-
Possibly useful links:
https://www.winhelponline.com/blog/view-winhelp-hlp-files-windows-10-with-winhlp32-exe/
https://windowsreport.com/open-hlp-files-windows-10/
...
-
If I were guessing, I would say that he is looking to move his web site(s) up higher in the Google search results rankings.
-
Monitor:
https://www.walmart.com/ip/TCL-43-Class-4K-UHD-LED-Roku-Smart-TV-4-Series-43S421/220975865...
-
Depending on how knowledgeable the child is, they might just look in Task Manager or Services. You can set the user profile to hide the icon, but that can be overridden by the user. To really hide...
-
Without stopping it or killing the process/service?
-
What do you get with this code:
Debug.Print ThisWorkbook.ActiveSheet.Cells(i2, 10).Value
-
What happens if you try this:
startdate = CDate(ThisWorkbook.ActiveSheet.Cells(i2, 10).Value)
-
Let me Google that for you:
https://www.aspsnippets.com/Articles/Display-list-of-files-from-Server-folder-in-ASPNet-GridView.aspx
-
Try this:
Sub Save()
Dim wb As Workbook, mypath As String
With Worksheets("Master").UsedRange
Set wb = Workbooks.Add
-
I am still not clear on how your VBA code and the EPIC.exe file are linked. Where is your text file written out? Is it created by your VBA code or by the EPIC.exe program?
-
Now you tell us. Next time, try mentioning that in your initial post.
https://www.daniweb.com/programming/software-development/threads/200626/display-version-number-in-vb6
-
If the creator of that .exe file supplied a version number, then if you hover the mouse pointer over the my.exe in Windows (File) Explorer, it should show. You can also try right-clicking on the...
-
Step by step process:
1. Open a web browser
2. Enter https://www.google.com into the address bar
3. When the page loads, enter "microsoft access get table names from database" into the...
-
Post the VBA code here (inside CODE tags) so we can see it without needing to access another web site.
-
You can have your script get the path of the current directory (assuming that your script is in the same directory as the files to print), then get the names of the files to print (all .xlsx files),...
-
Can we assume that your 5 workbooks have fixed names? If yes, then you can just add some lines to open each of them and print them out.
oExcel.Workbooks.Open currentPath & " \ " & "Additional...
-
Regarding your code line in post #1, who knows what data types the 2 expressions will be. If you actually tried the code I posted, your issue would probably be solved. That codes compares a String...
-
The only other way would be if you could somehow determine when the video had stopped playing, then kill WMPlayer.
...
-
If CStr((Format(rs.Fields("ShipDate"), "yyyy-mm-dd")) > CStr(Format(Now(), "yyyy-mm-dd"))) = True Then
Or
Option Explicit
-
Possibly useful links:
http://www.gmayor.com/mail_merge_graphics.htm
https://community.spiceworks.com/how_to/2675-using-mailmerge-to-insert-images
...
-
For item 1:
The setup steps for creating the batch file need Administrator access, however, you should not actually need to run the batch file As Administrator to get it to work. It should not give...
-
https://www.zdnet.com/article/singapore-startup-develops-covid-19-breath-detection-test/
-
If it is VB .NET:
https://www.pcreview.co.uk/threads/hiding-tabcontrol-horizontal-scroll-buttons.3268427/
|
Click Here to Expand Forum to Full Width
|