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

    excel blank fill in works and doesn't

    I have this macro that was working fine but not only works on the first column. The other colums I get #REF? Here is what I have. My objective is to fill in the blank fields with above data. My problem was sometimes there was more than one blank field so filling in blank field with a blank field...
  2. rmyslik

    Printer setup

    I have a server running windows 2000 with service pack 4. For some unknown reason the printer setup or anything having to do with the printer will not come up. So I can not print (I have not tried until now). Am I missing something or is this corrupt? By the way I am not 100% sure if it is an...
  3. rmyslik

    windows xp limited user

    I am trying to help a friend who has dsl and windows xp. She was able to browse the internet with both user accounts until the other day. Now she can only browse with the main account (administrator). I looked at obvious setting like tcpip and all looked fine on the limited user. I finally...
  4. rmyslik

    show dvd from laptop to projector

    We are conducting a class and have all our dvd's to view. We usually hook up the laptop to a projector (panasonic) and play it. It shows up on the laptop NOT the projection? Any setting that we should consider? We already purchased new cables as suggested by someone. Thanks Rob
  5. rmyslik

    Exchange 2003 with pop3 wireless - access gal

    I have an internal setup with exchange 2003. The global addresses are there and all is well. We are adding 70 wireless tablets which utilize pop3 and exchange 2003. It works fine except finding the global addresses? Is there a way to copy or duplicate them somehow so the users on the road will...
  6. rmyslik

    Enable macro

    I have macros on some documents for years but all of the sudden it says they are disabled? I checked the security and lowered it just to try and it did not help. Any ideas?
  7. rmyslik

    MS Word New Document

    I suddenly have a document opening when I open word. If I click on the "new doc" icon I stil get the same doc. It will count document1.. document2.. etc. as long as I click it. Any ideas where to change the default blank doc?
  8. rmyslik

    Repeat last record in access 2000

    I haven't used or created a new database in a while and am making a data base for fuel. The thing is I want the employee and date (two fields) to stay when you go to a new record so entering a week or a month of fuel could be easier. I am sure there is some silly answer so PLEASE help me! Thank you
  9. rmyslik

    MS Excel fill

    I know this may be silly but here goes. I am looking for the setting that will "suggest" a fill in. For instance we have a spreadsheet that we use dates on and we use many of the same date each day so I want to be able to start the date and have it show me a suggestion. For instance...
  10. rmyslik

    Calculating tax with 3 decimal places fails

    I have a tax table with our normal taxes or 8.75% and 8.625%. The 8.75% calculated fine, but the 8.625% leaves off the "5" when calculating. My formula simply is [price]*[tax]+price. It is simple and works fine but I cannot get the 3rd decimal spot to be recognized. Frustrated but...
  11. rmyslik

    I need to fill in the blank! not drag but fill in blank cells with...

    I need to find blank cells and fill them in with the data of the above cell. For example a1=215 a2=365 a3="" a4=523 a5="" I want to automatically find the blank cells and fill them in. SO a3 would =365 and a5=523. Thanks for any assistance.
  12. rmyslik

    automatically update table from form?

    I have a form that keeps all our estmiates. In the form I have the state and zip automatically being filled from a table with the information in it. What I want to do is give the user the option to "add" a new town and zip if it is not automatically being filled. I do not frequent...
  13. rmyslik

    Force record lock using yes/no box

    I have read some threads and thought I had it. I want to lock records AFTER the box is marked or clicked. Here is what I have where record completed is the name if the yes/no box. I had added an automatic date afteupdate and it worked very well. However this just doesn't lock the record? I used...
  14. rmyslik

    Almost got it - need a push!!

    It has been a while since I used this database and I really need to make a change. I have a form that I want to auto fill the state and zip code. I started with the zip using code I found here. My Table is Zip Codes which has State, Zip, and City. Below is what I came up with in the onExit area...
  15. rmyslik

    auto fill

    I am new to this and am trying to make a on exit expresion? that fills int the fields CITY and STATE from the zip codes table. The only problem is that it uses the 1st zip code from the table ONLY! Please help. What am I doing wrong? Sub Zip_Exit(Cancel As Integer) Dim varSTATE, varCITY As...

Part and Inventory Search

Back
Top