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!

Recent content by eHanSolo

  1. eHanSolo

    access public sub from form

    hi there, Is the following possible: Currently writing some code in UserForm1 and i want to call a public sub from ModuleX. Is this possible? thanks.
  2. eHanSolo

    radiobuttonx value in excel sheet

    thanks for that skip. I'm trying to activate a button (have that black dot on it) regardless of what other button is currently selected. I can call the macro which i've assigned to the button but i can't get that black dot (as if someone physically clicked on it) to appear. Does this make it...
  3. eHanSolo

    radiobuttonx value in excel sheet

    hi there, i have about 3 radio buttons embedded in a work sheet in excel. is it possible to find out which radiobutton is currently active? and is it possible to change its value? I know how to do this if the radio buttons were in a form but i have no idea how it works when embedded in a...
  4. eHanSolo

    refresh cell

    I've sorted it out. Had to hard code the range and use it as a string value as part of a formula inserted via code. Works fine. thanks all the same! e
  5. eHanSolo

    refresh cell

    Hi, Tried this already, doesn't seem to work :( e
  6. eHanSolo

    refresh cell

    hi there, I have a formula (custom function) which uses a named range value that changes every time i select a radio button. Now, how can i get my formula/custom function to rerun every time one of the arguments change without having to click on the cell, press F2 and then return. (even...
  7. eHanSolo

    using vba to position text boxes and arrows in a chart?!

    Great! i'll give it a go. thanks for your help there! best e
  8. eHanSolo

    using vba to position text boxes and arrows in a chart?!

    hi there, I have a chart that has a number of text boxes and arrows already on it. the data gets updated from time to time and it's an absolute pain to re-position everything (cuz everything gets shifted out of place). Is there a way to find out the position of the chart, the line, and the...
  9. eHanSolo

    text boxes and charts problem!

    Hi all, I've got a chart where i've placed a few text boxes and arrows and have then grouped it which is fine. It's really problematic whenever i update my chart. As you can imagine, my chart 'shifts' along when new data is added but the arrows and text boxes are now in the wrong places...
  10. eHanSolo

    word vba clipboard

    hi there, I've got a piece of code in excel where it copies and pastes tables from different word docs in to a single word doc. I have a reference to the Word object lib. I get to about half way and my code just stops working. the large single doc disappears when i'm debugging. I reckon...
  11. eHanSolo

    import data from web page problem

    oh found it... good ol' help. thanks! i'll look in to it now.
  12. eHanSolo

    vba vlookup not working!!

    exactly! nothing is returned for correctVal. pretty sure all my syntaxes are correct. really is 'eating' me up this one. grrr.
  13. eHanSolo

    import data from web page problem

    hi there, i'm trying to get a single figure from a website. I've gone about it by loading the page in Excel which is fine but i want to fully automate this process but can't due to a login prompt. I have the username and password saved so all that's required is for the 'OK' button to be...

Part and Inventory Search

Back
Top