Global web icon
stackoverflow.com
https://stackoverflow.com/questions/981655/how-to-…
How to represent a DateTime in Excel - Stack Overflow
What is the best way of representing a DateTime in Excel? We use Syncfusions Essential XlsIO to output values to an Excel document which works great. But I can't figure out how to display a DateTim...
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/409434/automat…
automatically execute an Excel macro on a cell change
How can I automatically execute an Excel macro each time a value in a particular cell changes? Right now, my working code is: Private Sub Worksheet_Change(ByVal Target As Range) If Not Inters...
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/27611260/what-…
What are the RGB codes for the Conditional Formatting 'Styles' in Excel ...
I've got some cells that I have Conditionally Formatted to Excel's standard 'Bad' Style (Dark red text, light red fill). In another column I have cells that I have created a Conditional Formatting formula for. I also want to code these to match the 'Bad' Style, but there isn't an option to use the pre-defined dark red text, light red fill.
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/19953979/crack…
excel - Cracking Sheet Password with VBA - Stack Overflow
The Excel worksheet password protection works by converting the input password to a hash and stores it. A hash is a one-way algorithm that crunches up the bits, losing some information along the way, but generating a fingerprint of the original data.
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/6934169/how-to…
excel - How to show current user name in a cell? - Stack Overflow
In most of the online resource I can find usually show me how to retrieve this information in VBA. Is there any direct way to get this information in a cell? For example as simple as =ENVIRON('Use...
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/28461672/refer…
Referencing value in a closed Excel workbook using INDIRECT?
In the formula, E:\Excel file\ is the full file path of the unopened workbook, test.xlsx is the name of the workbook, Sheet2 is the sheet name which contains the cell value you need to reference from, and A:A,2,1 means the cell A2 will be referenced in the closed workbook. You can change them based on your needs.
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/20008632/excel…
Excel: Can I create a Conditional Formula based on the Color of a Cell ...
I'm a beginner and trying to create a formula that modifies the contents of Cell A1 based on the color of the cell in B2; If Cell B2 = [the color red] then display FQS. If Cell B2 = [the color ye...
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/20962940/using…
Using "If cell contains #N/A" as a formula condition.
I need help on my Excel sheet. How can I declare the following IF condition properly? if A1 = "n/a" then C1 = B1 else if A1 != "n/a" or has value(int) then C1 = A1*B1
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/22083668/how-t…
vba - How to wait until ActiveWorkbook.RefreshAll finishes before ...
After my macro refresh's the data that Excel is getting, I added into my macro the line "Calculate" (normally used to recalculate the workbook if you have set calculation to manual). While I don't need to do do this, it appears by adding this in, Excel waits while the data is refreshed before continuing with the rest of my macro.
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/24382561/excel…
Excel formula to get cell color [duplicate] - Stack Overflow
I would like to know if we can find out the Color of the CELL with the help of any inline formula (without using any macros) I'm using Home User Office package 2010.