Please go easy with me guys. I'll do my best to explain and i'm not even sure this is the right forum - shows how much i know. If any of you clever people have a solution i'd really appreciate it in laymen terms.
I have a user who is trying to open a .jar file and receives this error...
Please go easy with me guys. I'll do my best to explain and i'm not even sure this is the right forum - shows how much i know. If any of you clever people have a solution i'd really appreciate it in laymen terms.
I have a user who is trying to open a .jar file and receives this error...
I hope one of you excel wizards can help me with this? I'll do my best to explain it?
I have one spreadsheet where the formatting of every cell is set like this: 547,988
And another spreadsheet where it is set like this: 0.548.
The two figures are actually identical, the second spreadsheet...
As clear as mud? I hope someone can help me with this as i'm relatively new to vba.
Here is the code first:
Option Explicit
Sub ChgInfo()
Dim WS As Worksheet
Dim Search As String
Dim Replacement As String
Dim Prompt As String
Dim...
Hi all,
Can anyone help me with converting this piece of code to a vbscript.
Dim TheRecord As String
Dim L As Long
Const MaxLength As Long = 336
Open "OldFile.Txt" For Input Access Read Shared As #1
Open "NewFile.Txt" For Output Access Write Lock Write As #2
Do Until Eof(1)
Line Input #1...
Hi all,
Quick question for you guru's
Would it be possible to produce a VB script to copy text from Word, paste into notepad, copy from notepad, then close notepad, saving the text held on the clipboard.
cheers
Is there a vbscript that can set a users folder options?
IE: Open each folder in its own window
Launch folder windows in separate process
Thanks in advance
Hi peeps,
I have this code the moment.
Set objShell = CreateObject("Wscript.Shell")
intMessage = Msgbox("Would you like to access this site?", _
vbYesNo, "Access Denied")
If intMessage = vbYes Then
objShell.Run("http://www.google.com")
Else
Wscript.Quit
End If
I want a user to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.