• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Search results

  1. G

    Entering current time

    Alechko, try this one: Private Sub Worksheet_BeforeDoubleClick(ByVal Target As Range, Cancel As Boolean) If Not (Intersect(Target, Range("$E$1:$E$5")) Is Nothing) Then Target.Value = Time End If End Sub
  2. G

    Min and max for Axis-scale

    Hui, thank you for your answer. Now I know for sure, I do not have to search anymore! I willl try to use my VBA-knowledge.
  3. G

    Min and max for Axis-scale

    I know, that I can alter the lower- and upperlimits of a scale in a graph by adding values to the minimum- en maximum-options for Scale. Is it possible to make this more dynamically, for example to use a Name there?
Back
Top