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 Wanet Telecoms Ltd 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: vestax22
  • Content: Threads
  • Order by date
  1. vestax22

    Access table

    Hi, I'm about to start a project and I'm wondering if Access is the right software to use. I would like to create a table containing information on clients. This table must be consultable and appendable. Clients can be deleted added and modified by the use of forms. I want to be able to install...
  2. vestax22

    SpecialPaste problem

    Hi, Using Excel 2000. I have a worksheet that is linked to another worksheet in another workbook. I would like to be able to copy the data in the workbook without the links to the other worksheet for backup purposes. I need to keep the formats though. In otherwords I need to copy everything...
  3. vestax22

    Excel Workbook Link Problem

    Hi, I have a workbook that gets data from another workbook. The linked cells contain full paths to the other workbook. These two workbooks will always be inside the same folder and this folder may be moved arround therefor breaking the links. I would like to link these workbooks more...
  4. vestax22

    Excel Border Problem

    Hi, Using Excel 2000 I extract data from one Excel workbook to another. The data is pasted inside a worksheet surronded by borders to make it more readable. I want the user to be able to perform cut and copy actions inside the borders without errasing them them. In otherwords i would like the...
  5. vestax22

    Combine a string and the result of an equation in a cell

    Hi, Using Excel 2000 I just want to know if it's possible to combine a string with the result of a function inside a cell? Here's an example of the result I want : +- Result of a simple calculation Hope this is clear and thx in advance
  6. vestax22

    Setting Number Format with VBA

    Excel 2000 I have a button in an Excel worksheet that extracts data to another workbook. This workbook is created everytime the button is clicked so I have to set the cell formats manually through VBA. Here's my problem. If I have a digit like this : 23.3 (One decimal after the point) I use...
  7. vestax22

    Verify the contents of a Range during copy

    Hi. I have a worksheet containing colums of data. I want to copy data from one worksheet to another in order to create a report. One of the columns I wish to copy contains dates. The other contains data. What I want to do is copy the data column so that only the non blanks are copied. I want to...
  8. vestax22

    Copy Paste problem

    Hey, I'm using Excel 2000 VBA I do a copy from one sheet to another. At the end of macro execution I still have a blue highlighted area where the copy was performed. Is there a way to unselect the copy area after macro execuiton?? I tried application.cutcopymode = false and I want to avoid...
  9. vestax22

    Cut Paste Problem

    Hi, I have a worksheet that extracts data from another worksheet. Upon extraction two fields from the original file are combined or added together to form one field. The way I do this is I copy the contents of the original to the new file once copied i then do the sum of the two fields to be...
  10. vestax22

    Excel 2000 lookup question

    Hi, I want to perform calculations on data based on the contents of two fields. LOWER UPPER OCCUR. IRON 65.299 99999.990 20 SILICA 2.849 3.651 20 MANGA 0.999 1.401 20 DEMI 0.000 23.001 13 IDEAL 72.999 99999.990 13 -1/4" 0.000 0.501 23...
  11. vestax22

    Progressbar help

    Hi, I have an operation that takes time to complete. I would like to insert a Progress bar inside my code. Can anybody tell me what I need to know to implement this. Thx
  12. vestax22

    Excel 2000 range selection issue

    Hey, I have a database inside an excel 2000 worksheet. I want to extract data from a certain month into another sheet. I use the property selection.column to return the selected column. I would like to recieve a letter instead of a number. Instead of returning 2 well I would like to get B. At...
  13. vestax22

    French Keyboard Accent problem

    Ok, I'm aware that there's probably not many people here that use a franch keyboard but here's the question anyway. Using windows 98. The keyboard doesn't write accents anymore. It used to work fine but now some of the accents do not work anymore. This isn't a Keyboard issue because I tried...
  14. vestax22

    Word 2000 Link question

    Hi, I'm using Word 2000. I would like to create a table of contents with links. Does anybody know how to make it so that the user will click on a link and word will go to the appropriate locaiton? Thx in advance
  15. vestax22

    Error on startup

    Hi, I'm working on an Excel 2000 applicaiton. I have made a few modifications on it and for some reason it craches Excel on startup now. I would like to deactivate the startup macros so that I could at least visualise the code but I made myself a digital signature and trusted my myself so now...
  16. vestax22

    Variable Initialisation

    Hi, I'm working with Excel 2000 VBA I have a sub which initialises many doubles. All it does is set 10 variables to 0. I was wondering if it was possible to initialise them to 0 in one or two lines. I know that in c++ you could do something like this : temp = temp2 = temp3 = 0 This would...
  17. vestax22

    Diable Macros when openning a worksheet

    Hi, I have a worksheet which calls upon another worksheet to extract data. This worksheet is fairly large and contains macros at startup. I want to know if its possible to disable marcos at startup so that I could open and close the file quicker. Thx in advance
  18. vestax22

    Help extracting a part of a string

    Hi, using excel 2000 VBA. I have this string : 2003071-SI I would like to isolate 2003071 The problem is that this string could vary. It coulb be the following : 03071-SI so what I would like to do is extract the "-SI" and store the remainder of the string. Hope this is clear...
  19. vestax22

    Create directories using Excel VBA

    Is it possible to verify if a directory exists using Excel VBA. If it doesn't I would like to create it in oreder to save a file inside it. Is this possible??? Thx
  20. vestax22

    Perform a sum on textbox values

    Hi, I'm creating an Excel application which calls upon a userform. On this form there are four textboxes. Three of the four textboxes will contain manual inputs. The fourth textbox should contain the sum of the other three textboxes. On the afterupdate event of my three textboxes i do a sum of...

Part and Inventory Search

Back
Top