temp

  1. Guzzlr

    Having Trouble with Deleteing Sheets

    For Each sht In ActiveWorkbook.Worksheets If sht.Visible And sht.Name = ("ASY") And sht.Name = ("TEMP") Then sht.Delete Worksheets.Add().Name = "ASY" Worksheets.Add().Name = "TEMP" Sheets("ASY").Move After:=Sheets("DATA") Sheets("TEMP").Move After:=Sheets("ASY")...
  2. N

    calculate the total time taken to complete a cycle in excel

    i need to calculate, how mant minutes its takes to reach temperature 120(T1, time corresponding to blue color numbers), after reaching 120, how many minutes it is in between 119.5 to 120.5 deg temperature(T2, time corresponding to red colour numbers), and how many minutes after T2,(T3, time...
  3. Dr. Demento

    Purpose of CF function?

    I'm attempting to use Rick Rothstein's color of CF function (http://www.excelfox.com/forum/showthread.php/338-Get-Displayed-Cell-Color-(whether-from-Conditional-Formatting-or-not)#2). However, one limitation is that only a single cell can be evaluated within a range. I'm trying to use a Chip...
  4. O

    Change Password??

    Where does one change the password? Tried My Profile as well as settings. No help there. Did not want to continue using the temp reset password. Thanks Dave, The Olive Oil Guy
  5. L

    duplicated dates in x-axis of a chart

    Hi I wanted to insert a chart for the data below. The dates are duplicated in x-axis, for example i have 14/10/2018 twice? why is that? Thank you. excel 2013 <colgroup><col><col span="2"></colgroup><tbody> day temp high temp low 14/10/2018 20 10 15/10/2018 19 16 16/10/2018 18 11...
  6. W

    send xls to email

    I had been using a macro from Ron Debruin to do this but lately it ran real slow. So I found online another macro, trimmed it and added some of Ron's to it. It runs very fast. But the issue is the data it sends to outlook seems to start mid page and goes right. I can not seem to get it to line...
  7. B

    extract certain data from txt file into a new excel file

    Hi, I am new to VBA. Could some one help me out? I want to extract certain data from txt file into a new excel file. Here is the text file: ----------------------------------------------------------------- fit results # 1 for wafer: Wafer #01 - Edi - Center substrate A substrate temp...
  8. Jan Kalop

    VBA Code

    How to change bellow VBA Code to have random numbers display in vertical cells instead horizontal, as is is written in the bellow VBA Code . " Sub GetRandomNumbers () Dim i As Long, randIndex As Long, Temp As Long, anArray As Variant Dim MaxNumber As Long, HowManyRands As Long MaxNumber =...
  9. K

    Permutations without Repetition No Row Constraint

    Hi! I'm extremely novice at VBA. I'm trying to mash two codes I found online, but obviously it's not that easy. I'm trying to find a code that will return all permutations without repetition and no row constraint (i.e. the permutation of 10 options with 7 selections). This is what I have so...
  10. R

    How to: Instruct excel to select a particular value from a table

    There are 3 columns. One is type, 2nd temp and 3rd W/m. I have to select the "w/m" at a particular "temp" of a particular "type" I may not have the Temp and W/m inputs at various values, so i have to use the forecast function in excel. I have to instruct excel to forecast the W/m of type 3BTV...
  11. E

    Saving the Workbook as a temporary file that I can later recall

    Hello, I've become quite frustrated. I've created a very complex dynamic spreadsheet/form (not a vba form) with circular references, data validation/drop downs, conditional formatting based on the dependent circular references, etc. I've been trying to make a clear/reset button for a month...
  12. K

    Please need help code modification due to change of layout.

    The code below from MickG, is working perfect if the headers are placed in Range (P1:AD1) with the lay out below.</SPAN></SPAN> Sub MG22Oct22 Dim Rng As Range Dim Dn As Range Dim Ac As Integer Dim n As Integer Dim Temp As String Dim R As Integer Dim p As Integer Set Rng = Range(Range("A2")...
  13. M

    Adding a "Set Range" line to my function - Count Words in column

    Hi! I found a code on Stackoverflow (3. comment): https://stackoverflow.com/questions/33902129/count-the-most-frequently-used-words-in-an-excel-column-containing-a-lot-of-text But I can't use, because if I add a "Set RangeToCheck= Range("A1:A4") it doesn't work. If i click the "run" button, it...
  14. J

    Alphabetize a list

    I have this code to alphabetize list values then add them back. I keep getting an error Run-time error 9 Subscript out of range. On line If Ray(j) < Ray(i) And Ray(j) <> "" . I have this working in many other parts of this project but the list is a range. Ray = Range("N2:N" & LastRow).Value...
  15. A

    shuffle names, ignoring blanks, macro

    Hello all, I have a macro assigned to a shape that shuffles names around that assigns the workers to a machine. Not all machines run so there are blank spaces. But when I use the macro, it shuffles the names around and it might move it to a machine that is not running. Here is my code: Sub...
  16. C

    Password Userform Not Working

    Hi Guys A little stuck, I am trying to create a form that will ask for an authorisation code. When the code is correct it will send an email to distros but if it is incorrect it will close the form. The authorisation codes are variable based on the userid and is contained on Sheet5 column B...
  17. P

    VBA: Copy and Move Cells

    I have 3 user defined ranges, and I want to swap contents as follows: Dim R As Range Dim N As Range Dim Temp As Range ... R.Copy Destination:=Temp N.Select R.Cut Destination:=N Temp.Copy Destination:=R Everything works except for the last copy (Temp -> R)...
  18. L

    Do I need .SELECT here? Columns not filling as expected.

    Here's a short section of my code. With comp .Range("A1").PasteSpecial xlPasteValues .Rows("1:3").Delete .Columns("B:B").Delete .Columns("A:B").RemoveDuplicates Columns:=Array(1, 2), Header:=xlNo LR2 = comp.Cells(Rows.Count, 1).End(xlUp).Row .Range("A1:B" & LR2).Copy End...
  19. G

    Incremental Averages using VLOOKUP?

    <tbody> Hi, First post and struggling to add a snip even! Currently using Excel 2007. I need to automate the process of calculating the incremental mean temperatures ( highlighted in red font ). The source data is from a thermometer that records hourly as shown in the right hand columns. If...
  20. V

    Value Extract - VBA

    VBA is assigned to a ActiveX Button on "Overview" sheet. Script references all values in column D starting in row 2 on "DA_HRLY_LMP" sheet. Script generates a list of unique values from ^ in a table on sheet "IDs". From here I would use a simple VLOOKUP for the values generated in the table to...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top