abduldedysubhansyah
New Member
I really insterested with those interactive dashboard using hyperlinks, so cool and awesome!
and i make some improvisation with that, i use the technique to display different area activity report, let's say i have 4 areas (same with the one which is shown on your sample), but i don't need chart to know what are those areas doin' everyday, so i make activity report (only texts). and when i point my mouse to dedicated area, the activity which is shown on other cell is changes (same with charts in the sample)
there are still some problems here,
all my data are in wrap text, each time there's a huge activity which is need to be reported in a single row (i have to do it, so it would be easy to filter by equipment name, there is only 1 activity per equipment per day), i will need to adjust the row height to show the rest of the report, yes i can do it by double clicking the rows, but i think it will be cooler if it can autofit automatically when i point my mouse to dedicated area
i using this code
Private Sub Worksheet_Calculate()
Me.UsedRange.Rows.AutoFit
End Sub
but it doesn't work, the rows keep not autofit,
any sugestion?
thanks before
and i make some improvisation with that, i use the technique to display different area activity report, let's say i have 4 areas (same with the one which is shown on your sample), but i don't need chart to know what are those areas doin' everyday, so i make activity report (only texts). and when i point my mouse to dedicated area, the activity which is shown on other cell is changes (same with charts in the sample)
there are still some problems here,
all my data are in wrap text, each time there's a huge activity which is need to be reported in a single row (i have to do it, so it would be easy to filter by equipment name, there is only 1 activity per equipment per day), i will need to adjust the row height to show the rest of the report, yes i can do it by double clicking the rows, but i think it will be cooler if it can autofit automatically when i point my mouse to dedicated area
i using this code
Private Sub Worksheet_Calculate()
Me.UsedRange.Rows.AutoFit
End Sub
but it doesn't work, the rows keep not autofit,
any sugestion?
thanks before