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

    join two test boxes as time

    Hi everyone Please could someone help me with this. I have two textboxes txthr and txtmin and want to join them when prcd btoon is pressed. I want to join them as time in format hh:mm. I think I am supposed to get the to join as a string but dont know how. They will then transfer to an...
  2. 2ks

    Allow numbers only across whole userform

    I have a user form with 112 text boxes. Is there an easy way to make the whole form numbers only without programming every text box..I can do numbers only by text box Thanks
  3. 2ks

    Calculate column in list depending on Date

    I am struggling to find a code to calculate the financial year depending on the DATE input by user in DATE field. Basically if a user selects date 29/1/2010 from the DATE column in the year column I want it to auto return 2009/10 in the Year Column. If the date is 29/1/2011 it needs to return...
  4. 2ks

    VBA to Extract Data from one workbook to another

    I am looking for coding that will enable extration of data from 5 different workbooks to a central data store. The Workbooks are named South, West, East, North West, Scotland. The other is called Data Store. All Sheets are called data I need the macro to run from the Data Store Workbook and...
  5. 2ks

    Add a value to a text box in user form based on the activecell

    Evening I am trying to get a text box to display a value (date) based on any cell that has been double clicked on from an excel sheet. The user form loads up but I cannot get the txtbox to display the date from the activecell. Thanks
  6. 2ks

    Add more text to existing cell through VBA text box

    I wish to add more text to an existing cell, that already has some info in. I want to create a item tracking history according to ref number. I can find by ref, offset to column etc but then I need the newly input txt to Set a new line in the cell (just like Alt and Enter if manually updating...
  7. 2ks

    Auto Change text Box depending on ComboBox selection

    Can anyone tell me how I can get VBA to automatically return a value in a textbox depending on 5 choices in a combo box. Thanks
  8. 2ks

    How do I loop a cpy column,paste and print

    I have ssheet that column A is a list of headings, column B is empty and Column C onwards have data that relate to the headings. I need to copy and Paste Column C into Column B and print. Then copy Column D into B, Print and so on so forth until the loop reaches an empty column. Can this be...
  9. 2ks

    How do I validate

    Hi all I need a way of validating a string of between 9 and 11 characters. Unfortunately the string can be totally random with numbers or text appearing in any of the digits. eg 87878E78H or H2454565456. How can i ensure that this is possible in VB user form text box? Many many thanks Nikk
  10. 2ks

    How do I scan image to excel using VBA

    Is there any standard VBA that will auto scan image when comman button is selected. Thanks
  11. 2ks

    Mail Merge in Sharepoint

    How do I get a Mail Merge VBA to work in Sharepoint. I have an excel list and the Word document loads up but will not find the excel list, even though file path etc points to it. As soon as I take the process out of sharepoint and back into a normal IT platform it works perfectly, loading up...
  12. 2ks

    How do I Extract multiple lines by Date to another worksheet

    Can anyone point me in a new direction. I have a macro that looks at tomorrows date and extracts lines of data using tomorrows date, where that value os found in a particular column. Now this, although clunky macro does its job but I need a version in which the date can vary by user input...
  13. 2ks

    Can I add hyperlinks in user form to open word documents

    Is it possible to add hyperlinks in a user form to link to different word documents for mail merging. I can get the docs to open through option buttons but non of the mail merge works correctly so need a more standard approach. Many thanks
  14. 2ks

    How do I transfer some data to anther Wksheet based on matching ref no

    I am trying to produce a macro that will match a ref number (in specific cell on the worksheetA) to another separate (workbook (Data) and specific sheet (main)). when the match is found it will transfer data from specific cells on WorksheetA to corresponding cells in the other...
  15. 2ks

    How do I extract line of info based on a date range

    Hi all I am trying to extract lines of data based on a date column within excel. Basically the date column lists interview dates. Each day a user has to extract the following days data and insert into a blank spreadsheet. I would like this to be done via a macro that opens and requests the...
  16. 2ks

    Transfer Data from one Workbook to Another

    I need a macro that will transfer lines of data information form one sheet (in a workbook = Workbook1) to another sheet (in another workbook- Workbook2). The headings in each workbook are mirror images. I could do it easily enough if I was guaranteed the same number of lines every day in...
  17. 2ks

    Rename pictures in forms

    Hi there I am using a standard excel form that will import pictures from another excel file. I can get a macro to transfer the image but cannot get a macro to delete the images from a clear data coding. The problem is that every new image obviously creates the next picture number and I do not...
  18. 2ks

    Searching for date in future (Excel)

    I am writing a Excel database and one of the functions will include the automated searching of appts that the date = tomorrows date, which will obviously be diff each day The column that the date of appt is in date format. Can any one advise me on the VBA for this function. Thanks

Part and Inventory Search

Back
Top