Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: mukker
  • Content: Threads
  • Order by date
  1. mukker

    Opening a ".jar" File - Exception 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...
  2. mukker

    Unable to Open .Jar - Exception 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...
  3. mukker

    Excel - Retain Original Formatting Help

    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...
  4. mukker

    Excel VBA Help To close file paths

    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...
  5. mukker

    Convert Visual Basic to VBScript Help

    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...
  6. mukker

    Copy Text From Word to Notepad?

    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
  7. mukker

    Set Windows 2000 Folder Options

    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
  8. mukker

    Newbie - Save Code as new .vbs file in startup folder

    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...

Part and Inventory Search

Back
Top