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 risk99

  1. risk99

    MS Word Template Questions

    Hi, I am designing a document template which has 5 paragraphs, and there is a name which appears in every paragraph, but I don't want to type in the same name 5 times repeatly. So, is there a way (like the the formula functions from Excel) to link all these 5 sections together? For example...
  2. risk99

    Outlook--Sending emails Automatically

    Is there anohter way that I can just do it within Outlook? Thanks!
  3. risk99

    Outlook--Sending emails Automatically

    Hi, I try to send an attachment (different files everyday) to the same recipents everyday after a certain time of the day (day after 5pm). I am sure it's doable by writng some VBA codes (I've never written anything for Outlook, but have some experiences from Excel), and I've tried to record...
  4. risk99

    Time Series Data Cleaning

    Hi, I have two time series for two data sets. For example, I have historical prices of gold and IBM. Sometimes you have extra trading dates for gold, or IBM, and I want to delete extra prices, so the two will be aligned with the same amount of data points (final format will be dates in column...
  5. risk99

    Delete Entire Row If Cell Is Empty

    Loomah, THANK YOU VERY MUCH!!!
  6. risk99

    Delete Entire Row If Cell Is Empty

    Ok, let's say I have my data from B1:B20, and I select the range, then run the macro. But, it doesn't work. Thanks!
  7. risk99

    Delete Entire Row If Cell Is Empty

    Hi Skip, Can you be more specific? I'm still having dificulties to run the code. Thanks!
  8. risk99

    Delete Entire Row If Cell Is Empty

    Thanks for all the quick reply, I've tried this, but it didn't work, please let me know what's wrong. The error is in the line with Range("i:i")..... Option Base 1 Sub delete_row() Dim i As Integer, n As Integer n = Selection.Rows.Count For i = 1 To n...
  9. risk99

    Delete Entire Row If Cell Is Empty

    Hi, I have data in three columns, and want to delete the entire row if the cell on column three is empty, and shift everything up. My aproach is to select all the data in column three, and count the number of rows, then create a "for" loop to delete the rows. Please help! Thank you!!
  10. risk99

    Excel Charting Question

    Hi, I was told that I can change the source data by dragging the series points from the chart's plotting area. I've tried, but it didn't work. What do I have to do? Thanks!
  11. risk99

    Save Workbook In Values Only

    Hi, my workbook has about 30 sheets, and each sheet has lots of formula and links. I'd like to save the workbook for the other people to see the info only. Is there a way that I can just save as in values? I don't want to protect or hide any of the cells. Thanks!
  12. risk99

    Downloading Data from Web with User Name and PassWd

    Hi, is it possible to tell VBA to download data from a Site which requires user name and password? Thanks!
  13. risk99

    Cancelling a job in Excel

    Hi, I was performing the find and replace function. I hiligted a column and performed find "K" to replace with "L" and hit the "Replace All" button. At this moment, I'm not sure if that was what I did...because there is this poped up "File Not Found" window on my screen, and I can't cancel the...
  14. risk99

    Repeat Excel Headers in Word

    Guys, Thank you very much for all the inputs!!! PHV and Tony, thanks a lot!!! That was exactly what I wanted, have a great weekend everyone!!!

Part and Inventory Search

Back
Top