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 RFeniuk

  1. RFeniuk

    How do I use XML to import data from a website

    I am trying to develop a way of managing a sports pool which will allow me to download data from a sports site directly to a data basea nd then updata the total points for each player a person has on their roster. It was suggested that I use XML to do this.
  2. RFeniuk

    How do I use XML to import data from a website

    How do I use XML to import the data from a sports-site rss-feed and use it in Access. I am trying to build a sports pool management database. I am trying to learn how to do it myself as opposed to purchasing off the net. Can some one help me?
  3. RFeniuk

    Code to download data from internet

    Thanks IndigoDragon. I have never used xml before so I will need some help, is there a good site to go to to get started in xml. Thanks again
  4. RFeniuk

    Code to download data from internet

    Help! I am trying to write the code to download sports statistics data into a database for a sports pool. Can anyone out there tell me how to do this. I am using Access to develop the pool and would like to learn how to do this. Thanks to aall for your help.
  5. RFeniuk

    How do I get an Excel function to run with a Macro

    I am trying to set up a button in excel that will automatically run a T-Test on a given set of data. How do I write the code for this in VBA. I am using Excel 97. I have my data in 2 columns which are named "Operator1" & "Operator2" I want the T-Test results to go to Cell A67 Can some one...
  6. RFeniuk

    masking a password in excel

    What I have is control button that runs some code in Excel when it is clicked. I want to have a text box pop up that asks for a password before the code is run. I have the following code in right now but when I type the password it shows the password. mPass = InputBox("Please enter...
  7. RFeniuk

    Password mask

    Actually what I have is control button that runs a macro in Excel when it is clicked. I want to have a text box pop up that asks for a password before the code is run. I have the following code in right now but when I type the password it shows the password. mPass = InputBox("Please...
  8. RFeniuk

    Password mask

    I have a button in Excel that I want to password protect. I have the code to protect it but what is the code to show "*" instead of the actual password. Help.
  9. RFeniuk

    Input box with password mask

    I have a similar question but mine is in Excel. I have a button that I want to password protect and I want the password masked. I am using Excel 97. Can this be done and if so what is the code to do it.
  10. RFeniuk

    Can I pasword protect a button in Excel?

    Thanks Geoff You tip is much appreciated.
  11. RFeniuk

    Can I pasword protect a button in Excel?

    I have a custom button in Excel which runs a macro. Can I pasword protect the button so that it asks for a password before running the macro and if so how do I do this. Thanks Ron
  12. RFeniuk

    Lookup in Excel

    I have a table of information that I want to run a lookup on. The table is set up like this: Col. A - Company Name Row 1 - Destination What I want to do is have Excel return the value in a cell where the comapny name and destination meet. Can I do this and how do I do this? Thanks.
  13. RFeniuk

    What is the code to send an excel file with Oulook

    I have an excel spreadsheet that I want to send to multiple users in outlook. I have tried to record a macro to use the "file--send--to mail recipients" command. When I run the macro is simply opens up a new dialogue box that I have to select user names for. What I want it to do...
  14. RFeniuk

    Return a value from a row in Excel

    Thank you very much to Zathras and Skip for your advice. That is exactly what I was looking for. A big star to both of you. Ron
  15. RFeniuk

    Return a value from a row in Excel

    I am looking for some help in the formula to have Excel return the value from another sheet that is in the cell prior to a specific event. i.e. return the value from the array "C1:Z1" of "Sheet 1" that is in the cell prior to the first occurance of "na" I...

Part and Inventory Search

Back
Top