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 bkrike 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: chadbi
  • Content: Threads
  • Order by date
  1. chadbi

    VBA Search cell help

    Hello, I am wondering if anyone has a script that will look for the contents of one cell in a list of other cells. For example: In cell C2 I have a 10 digit phone number. In column E, I have a list of phone numbers ranging from E2:E100. What I would like to do is take the number in C2 and look...
  2. chadbi

    Referencing a cell for Do until Loop

    Hello, I have this do until loop in my script: '========================================================= Range(cellchoice).Select Do Until ActiveCell.Value = Empty ActiveCell.Offset(0, 29).Value = RandomNumber ActiveCell.Offset(1, 0).Select Randomize...
  3. chadbi

    Invalid Procedure call or argument error for objFso.CopyFolder

    I have this script and I am getting an error when trying to move the folders to the new location...anyone have any suggestions? '================================================ 'Option Explicit 'On Error Resume next Dim objNetwork Dim objFso Dim objFolder Dim FromShare Set objFso =...
  4. chadbi

    VBScript to delete files <= "x" kb

    Hello, I am looking for a script that will delete any file in a folder and it's sub-folders that are 100kb or smaller. Thanks in advance for any assistance with this script.
  5. chadbi

    VBScript to prompt a folder name

    Hello, Does anyone have a VBScript that will go to a directory and prompt to rename a folder that already exists? Example: I have a folder named "Test1". After I do a file move and deletion, I want to get a prompt that identifies the "Test1" folder and asks for the folder to be renamed...

Part and Inventory Search

Back
Top