Search results

  1. Rx_

    My New Job - Shelf Stacking at Tesco's!

    Taking Stock in yourshelf is a worthy effort. We wish you the best of luck in your new abandonment. <Provided by Auto Responder AI - when you don't have time to send a personalized response but want to maintain your blog ratings. Try AutoResponderAI.com to solve all your social and business...
  2. Rx_

    formula for adding calaender days

    https://www.extendoffice.com/documents/excel/3445-excel-add-days-to-date-excluding-weekends-and-holidays.html#a2
  3. Rx_

    Poll: Did Russia Hack and control the US Election?

    Technology - what has it done for the people lately?
  4. Rx_

    Poll: Did Russia Hack and control the US Election?

    Well Doc, this was an interesting article with the same kind of idea: -------------- It must be wonderful being Vladimir Putin and being the most powerful person on earth. And not even have to say so yourself. The US Democratic Party is saying it for Putin along with the entirety of the Western...
  5. Rx_

    Poll: Did Russia Hack and control the US Election?

    It was the first time a 3rd Party (not an independent) received 4+% of the votes in many decades. Neither of the Republicrats or Demopublicans can claim a majority. So, is Russia the whipping boy? I think Whipping Boy came from England. If a young Prince did something wrong, someone needed to be...
  6. Rx_

    Make a record of a excel cell

    This is just from memory Look up the Application.OnTime for Excel It is somewhat like an Alarm Clock In a Worksheet module - add the code. Place the sstartTime procedure in the Auto_Open event code something like this: Dim TimerActive As Boolean Sub StartTimer() Start_Timer End Sub Private...
  7. Rx_

    Almost there..Code to pull data from multiple worksheets

    I have been off for a while, saw this older post. Look at this: https://www.access-programmers.co.uk/forums/showthread.php?t=273254&highlight=objxl It is not exactly what you are asking for. But, it shows the process of how to evaluate a cell by cell and set the formatting, color and such. You...
  8. Rx_

    Save EXCEL 2007 to EXCEL 2003

    This might also be of interest Application.DefaultSaveFormat = xlExcel4Workbook There are different versions of XLExcelXXWorkbook to fill in the XX
  9. Rx_

    There is a Thumbs Up for a Thanks - that counts on a users profile Also, see the Scales icon on...

    There is a Thumbs Up for a Thanks - that counts on a users profile Also, see the Scales icon on the user profile Clicking on the scales with an Approval note adds stars to the users profile I just added 10 points to your profile by clicking on the Scales. Welcome to the forum
  10. Rx_

    Access 2010 INSERT locks SQL but works in Access 2000

    Search on Rx_ user and Upsized I could not find my exact post years ago. After upgrading none of my previous Execute statements worked. It seemed that a dbSeeChanges was needed. Just in case: in another situation, it had to do with a sub-form updating. Take a look at this to see if it might...
  11. Rx_

    Poll: Did Russia Hack and control the US Election?

    Probably, the poll should have had a option about the "Rise of The Machine". Maybe it is just some AI at work, covering its own tracks? No, that would never ever be possible. I actually watch a some BBC news. Bloomberg Euro is interesting in that it covers many subjects that are absolutely...
  12. Rx_

    Poll: Did Russia Hack and control the US Election?

    Did Russia control the US Election? Actual News Story on May 31, 2017 DNC is Seeking a New Chief Tech Officer Joke: The former H1-B Visa Tech Officer from Russia suddenly retired. Explain the Joke: The DNC is the US Democrat party HQ. They blamed Russia for loosing the election. H1-B is a...
  13. Rx_

    Can the Reputation comments be read?

    One time I gave someone a positive review, and I actually noticed them seeing another Green rectangle. Other than that it is a mystery to me. Maybe if its negative, it is a coffin instead of a rectangle? LOL TEST: I just added to Ridders reputation. He has 1 green rectangle. Can others do...
  14. Rx_

    Word Press...

    thanks for the update, I said I would get to this later. I found the same problem. The basic stuff was easy. But, in the end, it is all web server access with a lot of refreshes and so many exceptions to the language as things progress in complexity. Then, there was CoffeeCup. CoffeeCup like...
  15. Rx_

    Antarctic Ice Reveals Earth’s Accelerating Plant Growth

    Yes, burning trees fast do in fact result in more trees. But, that has little to do with the CO2 increasing worldwide bio life published in Nature science article. From the Sate of California (and most others) to National Forest sites, the acknowledgement that allowing trees to burn in natural...
  16. Rx_

    Antarctic Ice Reveals Earth’s Accelerating Plant Growth

    Here is proof it isn't your imagination. (assuming like me, you were born during the Industrial Revolution LOL) Dr. Patrick Moore was cofounder of Greenpeace and is still a major researcher in Canada (BC) forestry research...
  17. Rx_

    Antarctic Ice Reveals Earth’s Accelerating Plant Growth

    New data analysis tools and models reshape the "Climate Change" models. The good news appears to be more plant growth and a new balancing model for CO2. New science and data models keep reshaping our view of the planet. The entire article can be found here...
  18. Rx_

    eliminating the £50 note would help to combat tax evasion

    Drugs? LOL Nice theory without any fact. The Fed claims modern technology renders large bills unnecessary. Credit cards, checks, any form of electronic transfer — these all pretty much fulfill large transaction needs more efficiently than a tangible note could. Instead of a stack of 25 $50...
  19. Rx_

    API calls make application prone to crash

    Don't be discouraged by using API. Just go to the extra effort of creating documentation for test plans to test, test, test the API. Document the OS and Office versions they were tested on. You might even go so far as to create a really simplistic application that does nothing more than test...
  20. Rx_

    Excel VBA code to return used Column Count from the row of an ActiveCell

    First Prototype - looking for code to count the number of columns in a specific Row starting at either column H or L. Will use that result in place of hard coded 30 in For HideColumnCount = 0 To 30 Note: just in case a cell is empty - exit the loop. Not shown is custom Sort and Grouping...
Back
Top Bottom