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!

Recent content by castout

  1. castout

    Rename Columns?

    Thanks for your help! Sorry if I'm being dense, but I can't get this to work. I can't get it to let me rename the "A" column on every sheet the same name - like "Status" for example. And if I could, I wouldn't be able to select only the "Status" range for Sheet1 - wouldn't it select that...
  2. castout

    Rename Columns?

    Well, I have several worksheets. I want each column to have the same name from one worksheet to the next, but I want to be able to refer to each sheet's column individually. Will that work? Also, will the name of the range show up instead of the column letters ("A", "B",...)?
  3. castout

    Rename Columns?

    Is there a way to rename the columns in Excel so you see the name instead of A,B,C,etc.? I want to be able to refer to them by name in VBA.
  4. castout

    What is the code for "Ctrl-Select" rows?

    I need to loop through rows and select the row based on the value in a column. Basically, I want to "ctrl-select" each row that meets my criteria. I tried recording the macro, but it just looked like this: Range("5:5,12:12,15:15").Select Anyone know how to do this? Thanks!
  5. castout

    Linking with and without frames

    Thanks! That helped, but also left me with more questions. Let me see if I can explain my situation... My index.htm contains a header.htm and main.htm (each in a frame). The header.htm has links to other *.htm pages that display in place of main.htm, header.htm stays fixed. On main.htm and...
  6. castout

    Linking with and without frames

    My homepage uses frames, header and main. There are links on main that I want to appear in the same window with no frames (in the hyperlink properties, I choose "Whole Page"). From that page, I want a link back to home, but I can't get it to display my homepage with the frames.
  7. castout

    waitfor using 2 expressions?

    Does anyone know how I can use "waitfor" with two expressions? For example, I need to say: waitfor "abc^M" or "123^M" Then, I need to react differently depending on which string I receive.
  8. castout

    Get path of batch file that is running

    Thanks for the response, however it did not work for what I need. The problem is that I am calling the batch file from a link on a web page, so the directory of the command window is not the same as the directory of the batch file.
  9. castout

    Get path of batch file that is running

    If I am running a batch file (ex: c:\temp\mybatch.bat), is there a command that I can put in that batch file that will return the directory where it is located (c:\temp)?
  10. castout

    Capture file cut off when window is minimized

    I have verified that it works if I delete the .wax file every time it runs. I am specifying the .was file on the command line. Weird, huh? Anyway, thanks a lot for all of your help!
  11. castout

    Capture file cut off when window is minimized

    I think the reason it doesn't work the second time is because it is using the previously compiled .wax file. I think if it compiles it each time, it will work. Do you know of a way to force a compile via command line? Otherwise I will just have to delete the .wax file after every run.
  12. castout

    Capture file cut off when window is minimized

    Sorry - I meant to say 'closes' instead of 'loses'.
  13. castout

    Capture file cut off when window is minimized

    Thanks a bunch!! That worked for me also - but, there's another catch. (I see weird stuff like this all of the time in Procomm/Aspect!) When I run the command on the first controller it works fine. I see the Procomm window open up and compile the script and then it minimizes for a few seconds...
  14. castout

    Capture file cut off when window is minimized

    Boy, I'm glad it's not just me! Thanks!
  15. castout

    Capture file cut off when window is minimized

    I'm actually connecting to a disk array controller. I am starting the window minimized using the Shell() command in VBA for Excel.

Part and Inventory Search

Back
Top