I can get the top left corner Cell address
K = Cells(ActiveWindow.ScrollRow, ActiveWindow.ScrollColumn).Address(0, 0)
But unable to get the Row and column number within VBA
Say K = L456
How to write a macro to scroll to the row and column which I'm unable to get
If I know the row and column of...
Please refer to the below excel cell C38
This is at the left corner
Say after a macro runs it will scroll or moves, at the end of the code I need to re position the cell appearance to the same position
This position is random
I need to save the last cell display portion by knowing the corner of...
Peter Bartholomew
Kindly advise how to use this macro
Sub ConverToValue()
[mergedCellName].Value = [mergedCellName].Value
EndSub
----
This tool is doing the job but Microsoft itself is not providing the option for this...
Dears,
How to format a number with -ve answer
If we format a cell as below "FUEL"0.00"Deg"
The result with a numerical value say 50 will be displayed as FULE50.00Deg
if it is a -50 negative value then it will be displayed as -FUEL50.00Deg
Is there is any way to format as FUEL-50.00Deg
-Ve...
Dear AliGW,
Please advise
I have attached the excel file
The input field is highly dynamic
Need to extract the data - only numerical data from the input cell in the desired format as shown. Is there is any way out? please advise
Dears,
Kindly advise how to extract the data in a cell to 2 different cells as shown. Kindly do the needful. Attached is the excel sheet.
Regards
Govind
Dear all,
Kindly advise the resolution for multiple cell change event to trigger same VBA code
Cell A1
Cell C2
Cell D9
If any of above cell value changes need to trigger a VBA code
Thank you
Nagovind