Cell T4 not refreshing (.calculate) in VBA loop

MarkSELA

New Member
Joined
Dec 27, 2021
Messages
10
Office Version
  1. 365
Platform
  1. Windows
I am working on a problem generator for my students. I am controlling Word from Excel which doesn't seem to be a problem. I have a spreadsheet which generates random problems using Randbetween(). My VBA function, in a loop, sends a problem to the Word document and then refreshes and loops again. There is a TRUE/FALSE value in a cell which changes based on the selected problem. I know it changes when I manually do F9 on the sheet. The entire sheet recalculates. According to my VBA function the value of the cell (T4) stays the same (TRUE). I've attached the Workbook. I would appreciate any help. Thanks in advance.

Your webpage doesn't make it very clear about how to use xl2bb. I tried

Chemistry Problems WS Generator 2(AutoRecovered).xlsm
ABCDEFGHIJKLMNOPQRSTU
2Possible Input ValuesQuestionAnswer 1Randomly Chosen QuestionAnswer1Answer2
3
4m/sft/sft/minmi/hrkm/hrkm/sm/hrm/minkm/minft/hrHeader Rowkm/minChemistry\MethaneFALSEConvert 177.2 ft/min to m/hr.3240.000.00TRUE
5146.6480.828858328527.80.152776087968.82E+06Convert 146.6 m/s to ft/min.28858.30Chemistry\MethaneFALSE12:44:31124431
683.6274.2164571873010.130096050165987120Convert 83.6 m/s to mi/hr.187.00Chemistry\MethaneFALSE124431
7420.11377.982697939.91512.40.42E+062520625.25E+06Convert 939.9 mi/hr to ft/min.82696.90Chemistry\MethaneFALSE
84.514.8885.810.116.20.0045162002700.2753280Convert 53280 ft/hr to m/min.270.00Chemistry\MethaneFALSE
91.575.1309.13.55.70.0016565294.20.09518360Convert 5.7 km/hr to ft/min.309.10Chemistry\MethaneFALSE
100.93177.223.20.00093240540.053310800Convert 177.2 ft/min to m/hr.3240.00TRUE
113.9112.8769.78.714.10.003914076234.60.23546080Convert 0.235 km/min to ft/min.769.70TRUE
125.7118.7112412.820.6020556342.60.367320Convert 18.7 ft/s to km/hr.20.60TRUE
136.0419.8118913.521.70.00621744362.40.471280Convert 0.00603 km/s to ft/min.1189.00TRUE
147.123.31397.615.925.60.0071255604260.483880Convert 1397.6 ft/min to m/s.7.10TRUE
156.7822.21334.615.224.40.006824408406.80.479920Convert 79920 ft/hr to m/min.406.80TRUE
163.8812.7763.88.7140.003913968232.80.245720Convert 3.88 m/s to ft/s.12.70TRUE
1722.6974.44466.550.881.70.0227816841361.41.4267840Convert 0.02269 m/s to ft/min.267840.00TRUE
1867.43221.213274150.9242.70.06742427484045.84796320Convert 0.06742 km/s to mi/hr.150.90TRUE
195.8519.21151.613.121.10.0059210603510.35269120Convert 5.85 m/s to km/min.0.35TRUE
2033.99111.56690.976122.40.0341223642039.42401400Convert 33.99 m/s to ft/min.Ans 17Chemistry\MethaneFALSE
21Test Quest 18Ans 18Chemistry\MethaneFALSE
22Test Quest 19Ans 19Chemistry\MethaneFALSE
23Test Quest 20Ans 20Chemistry\MethaneFALSE
24Test Quest 21Ans 21TRUE
25Test Quest 22Ans 22TRUE
26Test Quest 23Ans 23TRUE
27Test Quest 24Ans 24TRUE
CHStoi1
Cell Formulas
RangeFormula
Q4Q4=INDEX($M$5:$M$19,RANDBETWEEN(1,ROWS($M$5:$M$19)),1)
S4S4=VLOOKUP(Q4, M4:P27, 3, FALSE)
T4T4=VLOOKUP(Q4, M4:P19, 4, FALSE)
B5:B7B5=RANDBETWEEN(100,9000)/10
C5:C20C5=ROUND(B5*3.28,1)
D5:D20D5=ROUND(B5*3.28084*60,1)
E5:E20E5=ROUND(B5*3600/1609,1)
F5:F20F5=ROUND(B5*3.6,1)
G5:G7,G12G5=ROUND(F5/3600,1)
H5:H20H5=ROUND(B5*3600,1)
I5:I20I5=ROUND(B5*60,1)
J5:J7,J12:J18,J20J5=ROUND(F5/60,1)
K5:K20K5=ROUND(C5*3600,1)
B8:B9,B11:B16B8=ROUND(RAND()*8,2)
G8:G11G8=ROUND(F8/3600,4)
J8:J11J8=ROUND(F8/60,4)
B10B10=ROUND(RAND()*2,2)
G13:G20G13=ROUND(F13/3600,5)
B17:B18,B20B17=RANDBETWEEN(1000,9000)/100
B19B19=ROUND(RAND()*10,2)
J19J19=ROUND(F19/60,3)
S5S5=HOUR(R5)
T5T5=MINUTE(R5)
U5U5=+SECOND(R5)
R4R4=VLOOKUP(Q4, M4:N27, 2, FALSE)
R5R5=NOW()
R6R6=S5*10000+T5*100+U5
N4,N19N4=J4
N5,N7,N9,N11,N13N5=D5
N6,N18N6=E6
N8,N15N8=I8
N10N10=H10
N12N12=F12
N14N14=B14
N16N16=C16
N17N17=K17
M5,M20M5="Convert " &B5& " m/s to ft/min."
M6M6="Convert " &B6& " m/s to mi/hr."
M7M7="Convert " &E7& " mi/hr to ft/min."
M8,M15M8="Convert " &K8& " ft/hr to m/min."
M9M9="Convert " &F9& " km/hr to ft/min."
M10M10="Convert " &D10& " ft/min to m/hr."
M11M11="Convert " &J11& " km/min to ft/min."
M12M12="Convert " &C12& " ft/s to km/hr."
M13M13="Convert " &G13& " km/s to ft/min."
M14M14="Convert " &D14& " ft/min to m/s."
M16M16="Convert " &B16& " m/s to ft/s."
M17M17="Convert " &G17& " m/s to ft/min."
M18M18="Convert " &G18& " km/s to mi/hr."
M19M19="Convert " &B19& " m/s to km/min."
P4:P27P4=ISBLANK(O4)
Named Ranges
NameRefers ToCells
QEWP_Question=CHStoi1!$Q$4R4:T4
 

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.
Now it's clear once posted. Thank you. What about the vba code?
 
Upvote 0
I am working on a problem generator for my students. I am controlling Word from Excel which doesn't seem to be a problem. I have a spreadsheet which generates random problems using Randbetween(). My VBA function, in a loop, sends a problem to the Word document and then refreshes and loops again. There is a TRUE/FALSE value in a cell which changes based on the selected problem. I know it changes when I manually do F9 on the sheet. The entire sheet recalculates. According to my VBA function the value of the cell (T4) stays the same (TRUE). I've attached the Workbook. I would appreciate any help. Thanks in advance.

Your webpage doesn't make it very clear about how to use xl2bb. I tried

Chemistry Problems WS Generator 2(AutoRecovered).xlsm
ABCDEFGHIJKLMNOPQRSTU
2Possible Input ValuesQuestionAnswer 1Randomly Chosen QuestionAnswer1Answer2
3
4m/sft/sft/minmi/hrkm/hrkm/sm/hrm/minkm/minft/hrHeader Rowkm/minChemistry\MethaneFALSEConvert 177.2 ft/min to m/hr.3240.000.00TRUE
5146.6480.828858328527.80.152776087968.82E+06Convert 146.6 m/s to ft/min.28858.30Chemistry\MethaneFALSE12:44:31124431
683.6274.2164571873010.130096050165987120Convert 83.6 m/s to mi/hr.187.00Chemistry\MethaneFALSE124431
7420.11377.982697939.91512.40.42E+062520625.25E+06Convert 939.9 mi/hr to ft/min.82696.90Chemistry\MethaneFALSE
84.514.8885.810.116.20.0045162002700.2753280Convert 53280 ft/hr to m/min.270.00Chemistry\MethaneFALSE
91.575.1309.13.55.70.0016565294.20.09518360Convert 5.7 km/hr to ft/min.309.10Chemistry\MethaneFALSE
100.93177.223.20.00093240540.053310800Convert 177.2 ft/min to m/hr.3240.00TRUE
113.9112.8769.78.714.10.003914076234.60.23546080Convert 0.235 km/min to ft/min.769.70TRUE
125.7118.7112412.820.6020556342.60.367320Convert 18.7 ft/s to km/hr.20.60TRUE
136.0419.8118913.521.70.00621744362.40.471280Convert 0.00603 km/s to ft/min.1189.00TRUE
147.123.31397.615.925.60.0071255604260.483880Convert 1397.6 ft/min to m/s.7.10TRUE
156.7822.21334.615.224.40.006824408406.80.479920Convert 79920 ft/hr to m/min.406.80TRUE
163.8812.7763.88.7140.003913968232.80.245720Convert 3.88 m/s to ft/s.12.70TRUE
1722.6974.44466.550.881.70.0227816841361.41.4267840Convert 0.02269 m/s to ft/min.267840.00TRUE
1867.43221.213274150.9242.70.06742427484045.84796320Convert 0.06742 km/s to mi/hr.150.90TRUE
195.8519.21151.613.121.10.0059210603510.35269120Convert 5.85 m/s to km/min.0.35TRUE
2033.99111.56690.976122.40.0341223642039.42401400Convert 33.99 m/s to ft/min.Ans 17Chemistry\MethaneFALSE
21Test Quest 18Ans 18Chemistry\MethaneFALSE
22Test Quest 19Ans 19Chemistry\MethaneFALSE
23Test Quest 20Ans 20Chemistry\MethaneFALSE
24Test Quest 21Ans 21TRUE
25Test Quest 22Ans 22TRUE
26Test Quest 23Ans 23TRUE
27Test Quest 24Ans 24TRUE
CHStoi1
Cell Formulas
RangeFormula
Q4Q4=INDEX($M$5:$M$19,RANDBETWEEN(1,ROWS($M$5:$M$19)),1)
S4S4=VLOOKUP(Q4, M4:P27, 3, FALSE)
T4T4=VLOOKUP(Q4, M4:P19, 4, FALSE)
B5:B7B5=RANDBETWEEN(100,9000)/10
C5:C20C5=ROUND(B5*3.28,1)
D5:D20D5=ROUND(B5*3.28084*60,1)
E5:E20E5=ROUND(B5*3600/1609,1)
F5:F20F5=ROUND(B5*3.6,1)
G5:G7,G12G5=ROUND(F5/3600,1)
H5:H20H5=ROUND(B5*3600,1)
I5:I20I5=ROUND(B5*60,1)
J5:J7,J12:J18,J20J5=ROUND(F5/60,1)
K5:K20K5=ROUND(C5*3600,1)
B8:B9,B11:B16B8=ROUND(RAND()*8,2)
G8:G11G8=ROUND(F8/3600,4)
J8:J11J8=ROUND(F8/60,4)
B10B10=ROUND(RAND()*2,2)
G13:G20G13=ROUND(F13/3600,5)
B17:B18,B20B17=RANDBETWEEN(1000,9000)/100
B19B19=ROUND(RAND()*10,2)
J19J19=ROUND(F19/60,3)
S5S5=HOUR(R5)
T5T5=MINUTE(R5)
U5U5=+SECOND(R5)
R4R4=VLOOKUP(Q4, M4:N27, 2, FALSE)
R5R5=NOW()
R6R6=S5*10000+T5*100+U5
N4,N19N4=J4
N5,N7,N9,N11,N13N5=D5
N6,N18N6=E6
N8,N15N8=I8
N10N10=H10
N12N12=F12
N14N14=B14
N16N16=C16
N17N17=K17
M5,M20M5="Convert " &B5& " m/s to ft/min."
M6M6="Convert " &B6& " m/s to mi/hr."
M7M7="Convert " &E7& " mi/hr to ft/min."
M8,M15M8="Convert " &K8& " ft/hr to m/min."
M9M9="Convert " &F9& " km/hr to ft/min."
M10M10="Convert " &D10& " ft/min to m/hr."
M11M11="Convert " &J11& " km/min to ft/min."
M12M12="Convert " &C12& " ft/s to km/hr."
M13M13="Convert " &G13& " km/s to ft/min."
M14M14="Convert " &D14& " ft/min to m/s."
M16M16="Convert " &B16& " m/s to ft/s."
M17M17="Convert " &G17& " m/s to ft/min."
M18M18="Convert " &G18& " km/s to mi/hr."
M19M19="Convert " &B19& " m/s to km/min."
P4:P27P4=ISBLANK(O4)
Named Ranges
NameRefers ToCells
QEWP_Question=CHStoi1!$Q$4R4:T4
I am working on a problem generator for my students. I am controlling Word from Excel which doesn't seem to be a problem. I have a spreadsheet which generates random problems using Randbetween(). My VBA function, in a loop, sends a problem to the Word document and then refreshes and loops again. There is a TRUE/FALSE value in a cell which changes based on the selected problem. I know it changes when I manually do F9 on the sheet. The entire sheet recalculates. According to my VBA function the value of the cell (T4) stays the same (TRUE). I've attached the Workbook. I would appreciate any help. Thanks in advance.

Your webpage doesn't make it very clear about how to use xl2bb. I tried

Chemistry Problems WS Generator 2(AutoRecovered).xlsm
ABCDEFGHIJKLMNOPQRSTU
2Possible Input ValuesQuestionAnswer 1Randomly Chosen QuestionAnswer1Answer2
3
4m/sft/sft/minmi/hrkm/hrkm/sm/hrm/minkm/minft/hrHeader Rowkm/minChemistry\MethaneFALSEConvert 177.2 ft/min to m/hr.3240.000.00TRUE
5146.6480.828858328527.80.152776087968.82E+06Convert 146.6 m/s to ft/min.28858.30Chemistry\MethaneFALSE12:44:31124431
683.6274.2164571873010.130096050165987120Convert 83.6 m/s to mi/hr.187.00Chemistry\MethaneFALSE124431
7420.11377.982697939.91512.40.42E+062520625.25E+06Convert 939.9 mi/hr to ft/min.82696.90Chemistry\MethaneFALSE
84.514.8885.810.116.20.0045162002700.2753280Convert 53280 ft/hr to m/min.270.00Chemistry\MethaneFALSE
91.575.1309.13.55.70.0016565294.20.09518360Convert 5.7 km/hr to ft/min.309.10Chemistry\MethaneFALSE
100.93177.223.20.00093240540.053310800Convert 177.2 ft/min to m/hr.3240.00TRUE
113.9112.8769.78.714.10.003914076234.60.23546080Convert 0.235 km/min to ft/min.769.70TRUE
125.7118.7112412.820.6020556342.60.367320Convert 18.7 ft/s to km/hr.20.60TRUE
136.0419.8118913.521.70.00621744362.40.471280Convert 0.00603 km/s to ft/min.1189.00TRUE
147.123.31397.615.925.60.0071255604260.483880Convert 1397.6 ft/min to m/s.7.10TRUE
156.7822.21334.615.224.40.006824408406.80.479920Convert 79920 ft/hr to m/min.406.80TRUE
163.8812.7763.88.7140.003913968232.80.245720Convert 3.88 m/s to ft/s.12.70TRUE
1722.6974.44466.550.881.70.0227816841361.41.4267840Convert 0.02269 m/s to ft/min.267840.00TRUE
1867.43221.213274150.9242.70.06742427484045.84796320Convert 0.06742 km/s to mi/hr.150.90TRUE
195.8519.21151.613.121.10.0059210603510.35269120Convert 5.85 m/s to km/min.0.35TRUE
2033.99111.56690.976122.40.0341223642039.42401400Convert 33.99 m/s to ft/min.Ans 17Chemistry\MethaneFALSE
21Test Quest 18Ans 18Chemistry\MethaneFALSE
22Test Quest 19Ans 19Chemistry\MethaneFALSE
23Test Quest 20Ans 20Chemistry\MethaneFALSE
24Test Quest 21Ans 21TRUE
25Test Quest 22Ans 22TRUE
26Test Quest 23Ans 23TRUE
27Test Quest 24Ans 24TRUE
CHStoi1
Cell Formulas
RangeFormula
Q4Q4=INDEX($M$5:$M$19,RANDBETWEEN(1,ROWS($M$5:$M$19)),1)
S4S4=VLOOKUP(Q4, M4:P27, 3, FALSE)
T4T4=VLOOKUP(Q4, M4:P19, 4, FALSE)
B5:B7B5=RANDBETWEEN(100,9000)/10
C5:C20C5=ROUND(B5*3.28,1)
D5:D20D5=ROUND(B5*3.28084*60,1)
E5:E20E5=ROUND(B5*3600/1609,1)
F5:F20F5=ROUND(B5*3.6,1)
G5:G7,G12G5=ROUND(F5/3600,1)
H5:H20H5=ROUND(B5*3600,1)
I5:I20I5=ROUND(B5*60,1)
J5:J7,J12:J18,J20J5=ROUND(F5/60,1)
K5:K20K5=ROUND(C5*3600,1)
B8:B9,B11:B16B8=ROUND(RAND()*8,2)
G8:G11G8=ROUND(F8/3600,4)
J8:J11J8=ROUND(F8/60,4)
B10B10=ROUND(RAND()*2,2)
G13:G20G13=ROUND(F13/3600,5)
B17:B18,B20B17=RANDBETWEEN(1000,9000)/100
B19B19=ROUND(RAND()*10,2)
J19J19=ROUND(F19/60,3)
S5S5=HOUR(R5)
T5T5=MINUTE(R5)
U5U5=+SECOND(R5)
R4R4=VLOOKUP(Q4, M4:N27, 2, FALSE)
R5R5=NOW()
R6R6=S5*10000+T5*100+U5
N4,N19N4=J4
N5,N7,N9,N11,N13N5=D5
N6,N18N6=E6
N8,N15N8=I8
N10N10=H10
N12N12=F12
N14N14=B14
N16N16=C16
N17N17=K17
M5,M20M5="Convert " &B5& " m/s to ft/min."
M6M6="Convert " &B6& " m/s to mi/hr."
M7M7="Convert " &E7& " mi/hr to ft/min."
M8,M15M8="Convert " &K8& " ft/hr to m/min."
M9M9="Convert " &F9& " km/hr to ft/min."
M10M10="Convert " &D10& " ft/min to m/hr."
M11M11="Convert " &J11& " km/min to ft/min."
M12M12="Convert " &C12& " ft/s to km/hr."
M13M13="Convert " &G13& " km/s to ft/min."
M14M14="Convert " &D14& " ft/min to m/s."
M16M16="Convert " &B16& " m/s to ft/s."
M17M17="Convert " &G17& " m/s to ft/min."
M18M18="Convert " &G18& " km/s to mi/hr."
M19M19="Convert " &B19& " m/s to km/min."
P4:P27P4=ISBLANK(O4)
Named Ranges
NameRefers ToCells
QEWP_Question=CHStoi1!$Q$4R4:T4
Here's the VBA code

Option Explicit
Public TheresNoPicture As String
Public Sheetcode As String
Public NumberofQuestions As Integer

Function OpenWordTempandInsertTable(Sheetcode)

Dim intNoOfRows As Integer
Dim intNoOfColumns
Dim objWord As Word.Application
Dim wordapp As Word.Application
Dim objDoc As Document
Dim objRange
Dim objTable As Table
Dim strFile As String
Dim i As Integer
Dim xlsheet As Worksheet
Dim wb As Workbook
Dim Question As String
Dim Answer As Long
Dim TorF As String
Dim PicPath As String
Dim Place As Integer
Dim Pic As Picture
Dim DestinationCell As Range
Dim vlookuprange As Range

NumberofQuestions = UserForm2.TextBox1
intNoOfRows = 2 * NumberofQuestions + 6
intNoOfColumns = 3
i = 1

'Opens a Word template I created for this project.

strFile = "C:\Users\Mark\Desktop\VBA-Python\Worksheet Template.docm"
Set wordapp = CreateObject("word.Application")
wordapp.Documents.Open strFile
wordapp.Visible = True
wordapp.Activate

'Inserts a Word table with 3 columns and intNoOfRows plus 2 more rows for possible instructions.

Set objDoc = wordapp.Documents("Worksheet Template")
Set objRange = objDoc.Range
objDoc.Tables.Add objRange, intNoOfRows, intNoOfColumns
Set objTable = objDoc.Tables(1)
objTable.Borders.Enable = True
objTable.Columns(1).Width = InchesToPoints(0.5)
objTable.Columns(2).Width = InchesToPoints(2.8)
objTable.Columns(3).Width = InchesToPoints(2.8)


Set wb = ThisWorkbook
Set xlsheet = wb.Sheets(Sheetcode)

Do Until i = NumberofQuestions + 1

TorF = xlsheet.Range("T4").Value
Question = xlsheet.Range("Q4").Value
Answer = xlsheet.Range("R4").Value
'MsgBox "T4"

If TorF = "True" Then
With objTable
.Cell(i + 2, 2).Range.InsertAfter Question
.Cell(i + 2, 1).Range.InsertAfter (i & "U")
.Cell(i + NumberofQuestions + 4, 2).Range.InsertAfter Answer
.Cell(i + NumberofQuestions + 4, 1).Range.InsertAfter (i & "U")
End With
Else
With objTable
.Cell(i + 2, 2).Range.InsertAfter Question
.Cell(i + 2, 1).Range.InsertAfter (i & "K")
.Cell(i + NumberofQuestions + 4, 2).Range.InsertAfter Answer
.Cell(i + NumberofQuestions + 4, 1).Range.InsertAfter (i & "K")
End With

End If

xlsheet.Calculate
xlsheet.Range("T4").Dirty
i = i + 1
Loop

End Function
 
Upvote 0
Here's the VBA code

Option Explicit
Public TheresNoPicture As String
Public Sheetcode As String
Public NumberofQuestions As Integer

Function OpenWordTempandInsertTable(Sheetcode)

Dim intNoOfRows As Integer
Dim intNoOfColumns
Dim objWord As Word.Application
Dim wordapp As Word.Application
Dim objDoc As Document
Dim objRange
Dim objTable As Table
Dim strFile As String
Dim i As Integer
Dim xlsheet As Worksheet
Dim wb As Workbook
Dim Question As String
Dim Answer As Long
Dim TorF As String
Dim PicPath As String
Dim Place As Integer
Dim Pic As Picture
Dim DestinationCell As Range
Dim vlookuprange As Range

NumberofQuestions = UserForm2.TextBox1
intNoOfRows = 2 * NumberofQuestions + 6
intNoOfColumns = 3
i = 1

'Opens a Word template I created for this project.

strFile = "C:\Users\Mark\Desktop\VBA-Python\Worksheet Template.docm"
Set wordapp = CreateObject("word.Application")
wordapp.Documents.Open strFile
wordapp.Visible = True
wordapp.Activate

'Inserts a Word table with 3 columns and intNoOfRows plus 2 more rows for possible instructions.

Set objDoc = wordapp.Documents("Worksheet Template")
Set objRange = objDoc.Range
objDoc.Tables.Add objRange, intNoOfRows, intNoOfColumns
Set objTable = objDoc.Tables(1)
objTable.Borders.Enable = True
objTable.Columns(1).Width = InchesToPoints(0.5)
objTable.Columns(2).Width = InchesToPoints(2.8)
objTable.Columns(3).Width = InchesToPoints(2.8)


Set wb = ThisWorkbook
Set xlsheet = wb.Sheets(Sheetcode)

Do Until i = NumberofQuestions + 1

TorF = xlsheet.Range("T4").Value
Question = xlsheet.Range("Q4").Value
Answer = xlsheet.Range("R4").Value
'MsgBox "T4"

If TorF = "True" Then
With objTable
.Cell(i + 2, 2).Range.InsertAfter Question
.Cell(i + 2, 1).Range.InsertAfter (i & "U")
.Cell(i + NumberofQuestions + 4, 2).Range.InsertAfter Answer
.Cell(i + NumberofQuestions + 4, 1).Range.InsertAfter (i & "U")
End With
Else
With objTable
.Cell(i + 2, 2).Range.InsertAfter Question
.Cell(i + 2, 1).Range.InsertAfter (i & "K")
.Cell(i + NumberofQuestions + 4, 2).Range.InsertAfter Answer
.Cell(i + NumberofQuestions + 4, 1).Range.InsertAfter (i & "K")
End With

End If

xlsheet.Calculate
xlsheet.Range("T4").Dirty
i = i + 1
Loop

End Function
I was confused
 
Upvote 0

Forum statistics

Threads
1,214,920
Messages
6,122,264
Members
449,075
Latest member
staticfluids

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