Andreas Killer
My feedback
-
8 votes2 comments · Excel for Windows (Desktop Application) » Formulas and Functions · Flag idea as inappropriate… · Admin →
Andreas Killer supported this idea ·
-
22 votes17 comments · Excel for Windows (Desktop Application) » Data Import · Flag idea as inappropriate… · Admin →
Andreas Killer supported this idea ·
-
249 votes45 comments · Excel for Windows (Desktop Application) » Viewing / Navigating Workbooks · Flag idea as inappropriate… · Admin →
Andreas Killer supported this idea ·
-
18 votes9 comments · Excel for Windows (Desktop Application) » Other · Flag idea as inappropriate… · Admin →
Andreas Killer supported this idea ·
-
61 votesAccepting Votes · 9 comments · Excel for the web » Collaboration and Sharing · Flag idea as inappropriate… · Admin →
Andreas Killer supported this idea ·
-
2 votes1 comment · Excel for Windows (Desktop Application) » Opening and Saving Files · Flag idea as inappropriate… · Admin →
Andreas Killer supported this idea ·
-
19 votesAccepting Votes · 5 comments · Excel for Windows (Desktop Application) » Charting, Mapping and Visualizations · Flag idea as inappropriate… · Admin →
Andreas Killer supported this idea ·
-
308 votes11 comments · Excel for Windows (Desktop Application) » Macros and Add-ins · Flag idea as inappropriate… · Admin →
Thanks for the suggestion Nick. We’ve got some related work we’re looking at soon, and we’ll be sure to carefully consider if we can get a fix in for this then. As always, more votes helps – so keep voting for the things you care about most.
Thanks,
John [MS XL]Andreas Killer supported this idea ·
-
71 votes14 comments · Excel for Windows (Desktop Application) » Charting, Mapping and Visualizations · Flag idea as inappropriate… · Admin →
Thank you for your suggestion to add a zoom feature to charts! There are currently no plans to devote time to support this in the near future. However, we will continue tracking votes and comments, and will keep this suggestion under consideration for future development.
Thank you again, and please keep sharing your thoughts!
Auston [MSFT]An error occurred while saving the comment Andreas Killer shared this idea ·
-
4 votesAccepting Votes · 1 comment · Excel for Windows (Desktop Application) » Charting, Mapping and Visualizations · Flag idea as inappropriate… · Admin →
An error occurred while saving the comment Andreas Killer commented
Yes, uniquely identify a chart is the problem.
Andreas Killer shared this idea ·
-
57 votes9 comments · Excel for Windows (Desktop Application) » Macros and Add-ins · Flag idea as inappropriate… · Admin →
Andreas Killer supported this idea ·
An error occurred while saving the comment Andreas Killer commented
I would appreciate events when rows/columns are un-/hide.
-
13 votes5 comments · Excel for Windows (Desktop Application) » Formulas and Functions · Flag idea as inappropriate… · Admin →
An error occurred while saving the comment Andreas Killer commented
Function GetFieldInDelimitedList(ByVal What, _
Optional ByVal Delimiter As String = " ", Optional ByVal Nth As Long = 1)
Dim Temp
Temp = Split(What, Delimiter)
GetFieldInDelimitedList = Temp(Nth - 1)
End Function -
28 votes2 comments · Excel for Windows (Desktop Application) » Formulas and Functions · Flag idea as inappropriate… · Admin →
Andreas Killer supported this idea ·
-
6 votes
Andreas Killer supported this idea ·
-
4 votes0 comments · Excel for Windows (Desktop Application) » Macros and Add-ins · Flag idea as inappropriate… · Admin →
Andreas Killer shared this idea ·
-
12 votes4 comments · Excel for Windows (Desktop Application) » Other · Flag idea as inappropriate… · Admin →
An error occurred while saving the comment Andreas Killer commented
The code from Robert Keefover is wrong,it compares the contents of the cells instead of the address of the cells!
Private Sub Workbook_SheetChange(ByVal Sh As Object, ByVal Target As Range)
Application.EnableEvents = False
Select Case Target.Address(0, 0)
Case "A2"
Range("B4").Value = Range("A2").Value
Case "B4"
Range("A2").Value = Range("B4").Value
End Select
Application.EnableEvents = True
End Sub -
641 votes51 comments · Excel for Windows (Desktop Application) » Viewing / Navigating Workbooks · Flag idea as inappropriate… · Admin →
We have good news. We’re in the planning stages to show the cell selection even when the Excel window is not the active window.
Thanks for supporting this suggestion.
Steve K [Excel]
An error occurred while saving the comment Andreas Killer commented
Today it is not unusual to have 2 (or more) monitors. And often Excel is used as "helper application" in e.g. ERP systems to ex-/import data.
When I export data to Excel, I can e.g. select some cells with important data. But when I switch to another application, I can not see within Excel which cells are selected! The selection marker is removed.
So I have to colorize the cells manually, this really is very annoying.
Andreas Killer supported this idea ·
-
223 votes75 comments · Excel for Windows (Desktop Application) » Viewing / Navigating Workbooks · Flag idea as inappropriate… · Admin →
An error occurred while saving the comment Andreas Killer commented
On some screens, or in some special sheet layouts, it is very difficult to identify which is the selected cell.
E.g. add a thin border to an area of cells and hide the Gridlines.
I wish to have the ability to adjust the color and size of the cell selection marker (within the Excel options for each Workbook).
Andreas Killer supported this idea ·
Another scenario for a Zoom (and Pan) feature are timeline charts.
It is very complicated to show only a part of a timeline in a chart. For now it is only possible if we "scale" the horizontal axis, means we have to change the first and last date.
But that leads to another issue, e.g.: A trendline in a bar chart has a different slope if you show all data or only a part of the data.