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 strongm 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: autex
  • Order by date
  1. autex

    sychronizing database

    I need to have my database done in 2 weeks. I have a version I want to get on the floor so that users can start using it and error checking it. What is the best way to get a version out to them, but keep a version I can work on? I want to be able to migrate the data changes the users make to my...
  2. autex

    processor peaking

    I'm running xp, ok I'll give those a shot, thanx.
  3. autex

    processor peaking

    I used to watch dvds on my laptop, starting about a week ago I haven't been able to do this anymore. about 15 minutes into a dvd playback gets really choppy. I don't know much about troubleshooting this sort of thing. I do know that my processor gradually climbs to 100%. I've tried closing down...
  4. autex

    case sensitive compare in excel with vba

    the code below works perfect unless the capital and lowercase don't match on otherwise identical words. Any advice? Sub compareyears() Dim i, j, k As Integer Dim prev, curr As String prev = Sheets("data").Cells(2, 1) curr = Sheets("data").Cells(3, 1) For i = 2 To...
  5. autex

    form show not filling in

    UserForm5.Show Application.ScreenUpdating = False userform5 is a form that say "downloading" when info is downloading into spreadsheets I don't know if application.ScreenUpdating = False is giving it time to load all the way, because the form comes up and is whited out is there a way to delay...
  6. autex

    excel year to decimal

    I thought about that, but that's not exact for obvious reasons. It does work if I round to 2 decimals. let me ask: why 365.245 and not 365.25?
  7. autex

    excel year to decimal

    how do i get excel to calculate the exact difference between two dates? datediff() is wierd, the diff between 12/31/2001 and 1/1/2002 is one year. months is similar where it's possible for a difference of one day to equal one month. I've thought about converting from days, but then you got leap...
  8. autex

    move highlighted rows code.

    thanks validation is nice
  9. autex

    move highlighted rows code.

    changing my final step from 2 to 3 seems to do the trick. Anybody see a problem with that?
  10. autex

    move highlighted rows code.

    I have a problem with the following code. this code looks for highlighted rows and moves them to the top. It works great unless only one row is highlighted. I get a paste error when j=2 and iInsertedrows=1 and then lose a row. The highligted row moves to the top, but a row dissapears. j =...
  11. autex

    Excel userform save

    allright thanks. I'll give that a shot.
  12. autex

    Excel userform save

    I think I see what you are saying. You are saying pull from the spreadsheet the values that were written to it by the userform. ????? Unfortunately, the values aren't written anywhere on the spreadsheet the values entered onto the form by the user are used to select rows before a certain date...
  13. autex

    Excel userform save

    Ok I have an excel "template" with some good macros built in. The user interfaces with the "template" through a user form. The form has textboxes that the user fills out and that excel uses for sorts etc. After user enters in textboxes and clicks the submit button excel runs macros and color...
  14. autex

    macro security

    Thanks man, you gave me enough info to solve my problem.
  15. autex

    macro security level access 2002

    does anyone know how to change the macro security level for access 2002?
  16. autex

    macro security

    for access 2002?
  17. autex

    macro security

    ok, interesting, I'm trying to find out where to check my security levels on both. I think I've found it in excel pretty obvious, all I see in access is the user and group stuff. I haven't set any of that up. Any advice?
  18. autex

    macro security

    I've written a nice spreadsheet full of macros of code to help us here at work. Nobody else can open it on their computer because security is set to high. I've written a database full of macros ad vba and everybody can open it just find. Why one and not the other??
  19. autex

    programatically add tab access

    what would the vba code look like to add a tab to the tab control on my form? Thanks.

Part and Inventory Search

Back
Top