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 SkipVought 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: *

  1. drrocket5292

    VB.NET Application Deployment

    I'm not sure if this in the right forum but I couldnt find one that would be more fitting. I built a windows application in VB.NET and was hoping to get advice on deploying it. I work for a financial company that is constantly bringing in agents to work for us. When they join our company they...
  2. drrocket5292

    Extracting Data From Changing Exel Worksheets

    Hey All, I receive some excel spreadsheets each month from various vendors breaking down the business my company did with them the month before. I've written macros on them to manipulate them and return only the data my company needs. One of my main problems though is that these companies...
  3. drrocket5292

    Complicated VBA IF Statement

    Hi, I've got 4 separate yet related text files that my company uses that I've written macros in excel for to parse out the information from the text file to an excel file. After the file is parsed, the macro grabs the value of a certain cell and tests it against some criteria (thats different...
  4. drrocket5292

    Selection Change Event Range Problem

    Thanks guys. Worked like a charm. I appreciate the help.
  5. drrocket5292

    Selection Change Event Range Problem

    I have a selectionchange event sub that I've gotten help with in this forum before but this time I've got kind of an interesting problem that I'm not sure if its a bug with Excel or if I'm just doing something wrong. Anyways, heres the problem: Theres certain areas on a worksheet that if the...
  6. drrocket5292

    Excel Selection Change Event problem

    I created a little program that uses the selection change event in excel. basically if someone clicks on a cell with data in it in column A then the spreadhseet drills down on that selection and returns a bunch of information based on what the user selected. this works fine except for when a...
  7. drrocket5292

    Default Value of an ActiveX Combobox

    SkipVought, As soon as i submitted that post I figured out how to fix it. Isnt that how it always seems to work? I have another annoyance though that maybe you would know how to fix off the top of your head. I created a class module that treats the activeworkbook as if its my addins workbook...
  8. drrocket5292

    Default Value of an ActiveX Combobox

    I'm trying to set the value of an active combobox embedded on an excel worksheet. Its a 2 column combobox and the first columns a bound column. Is it possible to set the value of a bound control in excel? Anytime I use the .value property I get an error saying that it could not set the value...
  9. drrocket5292

    ShowDropButtonWhen ActiveX combobox Excel

    Tom, Thanks for the suggestion. Unfortunately my problem needs to be tackled with VBA. There are literally hundreds of these worksheets and to manually change the format of the combobox on each one would be a tedious process. do you know of any way to do this in VBA?
  10. drrocket5292

    ShowDropButtonWhen ActiveX combobox Excel

    Does anyone know how to set the showdropbuttonwhen property for an activeX combobox embedded on a worksheet? I was messing around by trying to mimic the activeX combobox properties box and tried: with combobox1 .showdropbuttonwhen = 1 end with and it shut down my excel. there's a...
  11. drrocket5292

    Embedded Combobox on Excel Worksheet Problem

    thanks for the help firefytr, that did the trick. I appreciate it.
  12. drrocket5292

    Embedded Combobox on Excel Worksheet Problem

    Ive embedded a combobox on a worksheet using the combobox in the worksheets control toolbox and I can't seem to populate it. I have an Access table with two fields in it that I want to use to populate it. Everytime I try something I get an error saying that the column property of the combobox...
  13. drrocket5292

    Sendkeys CTRL + H wordpad

    I'm having a problem in which I'm saving an excel file as a tab delimited text file. In actuality, I'm combining all of the columns into 1 and putting a semicolon in between each column before I save it because I need my text file to be semicolon delimited but the only option in excel is to...
  14. drrocket5292

    Worksheet Selection_Change Event in Addin

    thanks for the help Rofeu. it worked like a charm.
  15. drrocket5292

    Worksheet Selection_Change Event in Addin

    Hi, I've created in addin for excel that uses a userform to pull information from an access database and puts it into excel. i've also created a procedure using the worksheet selection_change event that allows the user to click on a cell that has a company name it (one of the fields returned...
  16. drrocket5292

    can't create a session

    I was able to get the attachmate type library and I now have a reference to it in Excel but now whenever I type in the code to call attachmate: Public System As ExtraSystem Public Sessions As ExtraSessions Public Sess0 As ExtraSession Public MyScn As ExtraScreen Sub doesthiswork() Set System...
  17. drrocket5292

    extra.tlb

    is it legal to share the type library to attachmate? i would really like to use VBA when dealing with attachmate but I dont have the type library on my computer and can't seem to find it anywhere. if legal, could someone post it or possibly email it to me so that I can use it? thanks.
  18. drrocket5292

    Trying to use VBA

    ive searched all of my drives for extra*.* and came up with nothing. does anyone have any idea where I could download the type library? i couldnt find it on the Attachmate Website. thanks.
  19. drrocket5292

    Trying to use VBA

    Thanks for help anyway. I still havent been able to locate the type library. Any suggestions on where I could get it?
  20. drrocket5292

    Trying to use VBA

    I'm using Attachmate - myExtra! Enterprise 7.11

Part and Inventory Search

Back
Top