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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by turps

  1. turps

    Find function in Excel with the Spreadsheet protected

    Thanks for this. The spreadsheet had been set to hidden. Once I unchecked this it worked find. Regards David
  2. turps

    Find function in Excel with the Spreadsheet protected

    Hello I have a spreadsheet worksheet that needs to be protected but that allows the user to use the find function. With the WS protect and they use the find option they get the message "Microsoft Excel cannot fing the data you're searching for. Check your search options, location and...
  3. turps

    Problem with Dates in Excel

    Thank you all for your help [Thumbsup] Regards David
  4. turps

    Problem with Dates in Excel

    Hi I have got it to work by deadlinetime = Right(txtDeadline, 5) Cells(srow, 5) = DateValue(frmCheckers.txtDeadline.Text) & " " & deadlinetime Regards David
  5. turps

    Problem with Dates in Excel

    Hi I have a form that allows the use to click on a button to input the date and time. This then needs to be added to a worksheet and need to display the date and the time within the same cell. Using the code ActiveSheet.Range("A1").Value = DateValue(txtDate.Text) this works with the...
  6. turps

    Wrong Date Format in Excel?

    Sorry posted my reply before I read your replies. Regards David
  7. turps

    Wrong Date Format in Excel?

    Hi deadlinetime = Right(txtDeadline, 5) Cells(srow, 5) = DateValue(frmCheckers.txtDeadline.Text) & " " & deadlinetime I have just got this to work for me. But if anyone has any other ideas. PS what is implicit adding? Regards David
  8. turps

    Wrong Date Format in Excel?

    ActiveSheet.Range("A1").Value = DateValue(txtDate.Text) Regards David
  9. turps

    Wrong Date Format in Excel?

    Hi all This thread has been very helpful with regard to the date within VBA. But I need a little more help. I have a form that allows the use to click on a button to input the date and time. This then needs to be added to a worksheet and need to display the date and the time within the same...
  10. turps

    Excel Saving

    Thank you Geoff for your answer. I have used sheet activate code to select the current months sheet. Regards David
  11. turps

    Excel Saving

    I have a lot of vba code within the document. I thought that this might be the problem. Saying that I have a number of spreasheets that also contain code but none of these have the problem saving. Regards David
  12. turps

    Excel Saving

    Hi Thanks for your posting. I have had a look and it is aready set to Excel Workbook. Any other ideas? Regards David
  13. turps

    Excel Saving

    Hi Does anyone know why when I save my excel file it goes through the process of saving twice? Any help? Thanks Regards David
  14. turps

    VBA Form in Excel

    Hi Skip I have tried this and it still does not pick the data up the first time. Regards David
  15. turps

    VBA Form in Excel

    I would love to use access or some other DB system to create it in but I have to work with what we can use. The reason that I use different sheets is on average each mth about 1500 rows of data are added. Having it in one sheet would make it very unuseable for the people in my office. Any...

Part and Inventory Search

Back
Top