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!

Search results for query: *

  • Users: advox1
  • Content: Threads
  • Order by date
  1. advox1

    Data will not transfer from listbox

    Hi I have a userform which once completed transfers the info into the next empty row of a worksheet. Problem is that four of the seleciotns are listboxes and for whatever reason the info selected by the user in the listbox will not transfer. The code I am using is as follows 'find next...
  2. advox1

    Open folder not file

    Hi I have a button which when clicked needs to open a folder to show the workbooks contained in that folder. The folder has a variable, so the folder path will look somehting like this "P:\Spreadsheet Project\Testfolder\04_" & myVar" Can anyone assist me with the code to open the folder...
  3. advox1

    Copied file does not copy as Read Only?

    Hi, I have some code which creates a new folder and copies a workbook into it. The original copy of the workbook is Read Only, defined by the properties and not passwords. The problem is that when I copy the workbook to the folder it looses the Read Only protection. How can I ensure that this...
  4. advox1

    Change workbook from Read Only to Write

    Hi I have a workbook which is in a public domain for people to view as Read Only (no passwords involved). I need the same people to Write information to the workbook via an input form. I have designed a button which will open the workbook and display the inputform, but need to know the code...
  5. advox1

    Need to detect if folder exists if not create it using a variable

    Hi I need to go to the last entry in a column and use this as myVar. I then need to check if a folder exsists with this name, and if it does not, create one. Then move up the list until I get to the point where the variable does exist within the folder name and exit. I have managed to do...
  6. advox1

    Worksheet event code help required

    I am working on a worksheet where I want to check what is entered in cells c2:c49 and if that is = "ADMINISTRATION" an event occurs. In column F is a start time, in column G there is a finish time and in columns H & I there is a formula to work out the actual time spent doing a...
  7. advox1

    Validation of textboxes in a userform

    Hi I have two problems 1. In the first textbox of a userform I need a date to be entered. the format of this date has to be dd/mm/yy. How do I stop anyone from entering dates in any other format i.e. dd.mm.yy etc? I had tried using a Combobox and validating the cells from a list in the...
  8. advox1

    How do I change the name of a folder?

    Hi I need to create and change the name of a folder based on the information contained in a specific cell or cells on a spreadsheet. I can create the folder, but need some help in re-naming it. Can anyone help me out? Thanks Jo
  9. advox1

    Formula to change hrs and mins to just mins

    Hi Does anyone know a formula which will convert a time which is hours and minutes to just minutes? ie 1:20 to 80 Thanks Joanne
  10. advox1

    Copy and Paste problem where data dissappears!

    Hi I am trying to copy data from one sheet to another using VBA. However when I have copied the data and move to the sheet I want to paste into I first have to find the first blank row. When this has been done and I ask for the data to paste it has dissappeared. Does anyone have a solution...
  11. advox1

    Userform Date Validation

    A date is input into a userform and when transferred to the spreadsheet it americanises. This is regardless of cell validation and regional settings. Can anyone advise a solution to ensure the date enters in the UK way? Thanks

Part and Inventory Search

Back
Top