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 wOOdy-Soft 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 turtlejack

  1. turtlejack

    >= not working properly

    actually I think what I really wanted was <>
  2. turtlejack

    &gt;= not working properly

    thank you soo much.. I just came back to repost, I found my error(completely embarassed) to find you had replied.. thank you soo much.. I knew it had to be something simple. I wish I had gotten back to repost before anyone seen my mistake. *sigh* oh well... thank you soo much anyways.
  3. turtlejack

    &gt;= not working properly

    I am trying to copy certain cells from one worksheet to another.on the first much of the data in the column to be copied, is duplicate. on the page I am trying to copy to, I only want one instance of each bit of data. in the following code, I stepped into the code, and it is copying data that is...
  4. turtlejack

    worksheet variable not working

    thank you for your help.. although, the suggestions you noted earlier were tochange the name(which I did, only as to not confuse what I was really trying to find out..)changing the name to inventory was just for clarity..The code still didnt work until I read faq I noted above.. the above...
  5. turtlejack

    worksheet variable not working

    ok I found the answer.. i did a search for help on codename. and got this.. was most helpful. faq707-4090 thanks for all your help
  6. turtlejack

    worksheet variable not working

    ok just for the sake of clarity, I changed the worksheet name below.its the only thing I changed on here.. is this correct syntax? or what do I need to change. I know of another way to achieve this, but I wanted to use the variable because I am using it in some more code that will be in this...
  7. turtlejack

    worksheet variable not working

    actually I named my first 2 sheets in numerical order.so,in fact, the number 2 worksheet ,is "2". I did this to keep from writing long words..once I get my code right, I will be using these codes in a workbook(not yet created)with good working code.. hope that made sense.
  8. turtlejack

    worksheet variable not working

    This code isnt working.. I want to make all of the cells in the selected range(using the variables of course)formatted to the bold and underlined font.but, I keep getting an error. any help would be appreicated.. Sub projectamend() Dim num2 As Worksheet Dim p As Long p = 20...
  9. turtlejack

    reduce default worksheet size

    how can I change the default size of a worksheet. I want to completey delete unused columns...what are there? 256? I would like to reduce that size.. is this possible?
  10. turtlejack

    clock

    thank you soo much,it works great.any super great online tutorials for beginners?I have read some...but,always interested in more.
  11. turtlejack

    clock

    actually what I want to happen, is when I depress the button that displays "press button for time",I want the time to appear in its place.
  12. turtlejack

    clock

    actually,I would like for the text to change to the time upon pressing the button
  13. turtlejack

    clock

    I am wanting the time to appear when ya press the button. whats wrong with this code? button .b -text "press button for time" -command [clock format [clock seconds]] pack .b
  14. turtlejack

    wish window

    I am relatively new to tcl.I am currently learning step by step from a web page..I have opened wish..there are 2 windows opened. one that says wish, and one that says console where I am inputting practice code.Why is the wish window greyed out(non accessible)? I am using version 8.3.2.. any help...
  15. turtlejack

    Free Editor?

    well, at work, there is a built in editor in excel.. I dont have excel at home I need something comparable to that at home.. so, I can write and test code at home.

Part and Inventory Search

Back
Top