python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Check column and if condition is True send an email
In the code below I need to check two columns. Column "N" and "O". If I enter an "X" in column O2:O801 I check to make sure there is not an "X" in column N2:N80...
Devianey26
Votes: 0
Answers: 1
why do I get object doesn't support this property or method?
for some reason
MsgBox (VarType(Application.WorksheetFunction.Address(1, getRowOfTestCode, 4, 1)))
where getRowOfTestCode = 13
throws the
error 438 "object doesn't support this property or met...
Kevin Freiges
Votes: 0
Answers: 1
Excel Formula to compare single cell value with the whole column and return the value for a particular row where match found
I need to compare the B2 Cell value (6012469) with Column A i.e. cell A2 to A10 and return the b2 cell value (6012469) in column C where the value matches i.e. cell C5,C7, C9 AND C10 and NA in remaini...
sampu
Votes: 0
Answers: 1
How to fix code to save all worksheets as one PDF? VBA
'How to fix code to save all worksheets as one PDF from the open workbook? VBA. It only prints the active worksheet right now for some reason.
Sub abc()
For i = 1 To Workbook.Worksheets.Count
With Act...
borna
Votes: 0
Answers: 1