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 SkipVought 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: *

  1. aMember

    Looking for VB Gotchas

    Thank you Bob and Zemp!
  2. aMember

    Looking for VB Gotchas

    Scott Meyer's has a book out called Effective C++ which many C++ programmers consider a bible on what not to do or how to do it better in C++. I know there is a book called Effective Visual Basic out there but haven't looked at it yet. In the meantime I'm looking for similar "gotchas" for VB...
  3. aMember

    Need Suggestion/Help on semaphore

    First, what would be a good book/reference for using VC++ and for learning the libraries of C++? I'm new to C++ and have never used VC++ before. I've tried to coordinate 3 tasks using semaphores but am having difficulty getting the synchronization correct. I am trying to work the problem from...
  4. aMember

    SUMIF question

    No need to try it on Excel '97. I can do that. I just couldn't even get it to work on Excel 2000. But, it is exactly what I wanted so if you say it works, I obviously and doing something wrong. Will give it a shot tonight. Thanks again, Andrea
  5. aMember

    SUMIF question

    Can I ask which Excel you are running? I'm currently using Excel 2000 but this application will be 'downgraded' to Excel 97 (so I'm careful about what I use). It doesn't work for me. I even put the equation on my sheet and used values only on this sheet and it didn't work. You actually tried it...
  6. aMember

    SUMIF question

    I know I can't use references to other workbooks as parameters to SUMIF. It returns #VALUE errors if the workbook isn't open. However, I read on google someone using SUM(IF([workbook]Sheet1!A1:A10<=aValueInThisWB, [workbook]Sheet1!D1:D10,0)) I could not get this to work. Anyone see any...
  7. aMember

    How to implement a &quot;double sort&quot;

    Thanks so much. Will try it out tomorrow.
  8. aMember

    How to implement a &quot;double sort&quot;

    I have a database that keeps track of comments users make on files being reviewed. When we review several files at once, things get quite confusing. Among others, there are2 fields, a &quot;filename field&quot; (the type of the field is chars but it is the one that is constrained to ~50...
  9. aMember

    Pointer to member function

    Thank you Ion! Now if I wanted to print the address of the function, how would I do that?
  10. aMember

    Pointer to member function

    I need to find the address of a member function without making the function or the address identifier static. Is this possible?
  11. aMember

    Need maganifying glass on button

    Great idea Tony! Can't believe I didn't think of that one!
  12. aMember

    Need algorithm help

    That really helped. Ron, I tweaked what you gave me and incorporated it into my VBA code. Works like a charm. Greatly appreciated. Andrea
  13. aMember

    Need maganifying glass on button

    Thanks. I should have made myself a bit clearer. Know about both of these two methods but 1) FaceID does not work and 2)problem with looking for the icon is entirely that I could not find it - but know it exists somewhere because it is used. Do you know what the file is called, Ivan?
  14. aMember

    Need maganifying glass on button

    The button was inserted via the control toolbox.
  15. aMember

    How do you automate the range on source data on a chart

    I had to do a similar thing a while back. I created a named range for my data. For arguments sake, let's assume my data was A1:C1. The source data for my chart pointed to this named range instead of cell references. For data that was subsequently added to the worksheet which my chart was...
  16. aMember

    Need algorithm help

    Have unique &quot;keys&quot; in the format of 1-111 in Excel. Want to be able to generate thru VBA the next sequential key. Can't just add one to 1-111 because 1-111 is a string. Need to be able to get from 1-999 to 2-000 also. Any suggestions on how to handle this most efficiently? Andrea
  17. aMember

    Need maganifying glass on button

    Created a 'search' button. Want to put a magnifying glass as the icon on the button. Currently have binoculars but they are too large and making them smaller makes it hard to determine what they are. Does anyone know which font and letter/symbol make the magnifying glass? Running XP and windows...
  18. aMember

    Procedure is too large

    From what I understand there are a lot of problems that can cause this. Can you post the code?
  19. aMember

    How to send attachment with appointment from Access 2000

    I am very new to access and am modifying some inherited VBA code in Access 2000. A button on the Access DB toolbar allows a user to send e-mail. The e-mail contains an attachment but I cannot see how the attachment is generated. The line doCmd.sendObject acReport, &quot;theAttachment&quot...
  20. aMember

    Newbie Access Questions

    I am new to MS access and have inherited an application for support. The tool was developed in Access 97. We are distributing it now to machines running Access 2000 (SR1). The application worked great for the most part in 97 (running NT) and was actually tested on Access 2002/XP in preparation...

Part and Inventory Search

Back
Top