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

    Disable copy/paste into form's textbox

    I need to disable the ability to paste(Ctrl+V) into a textbox on a form in Excel(VBA). Basically I have operators scanning barcodes into a textbox and I want to force them to scan the barcode and not copy/paste the data into the textbox. any ideas? Thanks in advance, PcFred
  2. Pcfred

    Excel 2003 - sort ComboBox, list of data from access

    Currently I'm populating a combobox in excel from a access database. I need to sort the data in the combobox to display in alpha order and the access database is in order of automatic record ID. Can this be done w/o putting the data on a worksheet and then sorting?
  3. Pcfred

    Horizontal continuous form

    Is there an easy way to display a continuous form horizontally vs. vertically?
  4. Pcfred

    All Office apps hang when browse file button is pressed.

    When in the "open file" dialog box in any office app, clicking on the browse button results in an indefinite hanging of the app. Any ideas? thanks
  5. Pcfred

    Multi column combobox (excel97)

    I have a multi column combobox with 3 columns on a form. When I select the dropdown box I can see all 3 columns but when I select an entry the result in the combobox only shows the first column. How can I get it to display all 3 columns? thx pcfred
  6. Pcfred

    Mailto on a UserForm

    I'm trying to create a label on a Excel Userform that is an email hyperlink but I can't seem to figure it out. Any Ideas? thanks PcFred
  7. Pcfred

    VBA and MSFlexGrid

    I've got a simple question that I can't seem to find the answer to. How can I get data into the second column of the msflexgrid instead of it defaulting to the first column? this is what I've got so far. Private Sub UserForm_Initialize() Dim cRow As Integer cRow = 2 Do Until ActiveCell =...
  8. Pcfred

    Excel: Disable Shift+ Open...

    Just curious. I don't want to password protect the file. Is there anyway of preventing someone from disabling the Auto_open macros while opening an excel workbook.
  9. Pcfred

    Excel: Does this shortcut already exist?

    I have some code that creates a desktop shortcut. Problem is if the shortcut already exists on my desktop I don't want the button to be visible. How can I return a boolean value to determine this?
  10. Pcfred

    Excel: Does the shortcut exist on my desktop

    I have some code that creates a desktop shortcut. Problem is if the shortcut already exists on my desktop I don't want the button to be visible. How can I return a boolean value to determine this?
  11. Pcfred

    Hyperlink closes my Workbook in Excel

    I have an Excel 97 workbook with hyperlinks in it. When I click on one of the hyperlinks my workbook becomes hidden within that instance of excel. Anyone know why?
  12. Pcfred

    Clicking on hyperlink hides Excel workbook.

    I have an Excel 97 workbook with hyperlinks in it. When I click on one of them and Internet Explorer fires up, my workbook becomes hidden. Anyone know why? [neutral] pcfred
  13. Pcfred

    Prevent Excel 97 save as newer version

    I have a spreadsheet with a lot of VB in it and I need to limit any user from saving it as a new version of Excel(2000 or higher). Does anyone know how to limit this to just the Excel 97 version through code or another means? Thnx in advance, PCFred
  14. Pcfred

    Excel recent file list

    How can I keep certain files from showing up in the recent file list?
  15. Pcfred

    PopUp FaceID reference list (MSOffice)

    Anybody know where I can find a list to reference which icons goto which faceid numbers for a popup menu? thx, PcFred
  16. Pcfred

    Is minimize button on User Form possible?

    I'm running a VBA program through excel 97 and I was wondering if you can somehow add a minimize button to a userform.

Part and Inventory Search

Back
Top