User Profile

Collapse

Profile Sidebar

Collapse
fredlo2010
fredlo2010
Last Activity: Feb 20 '22, 05:17 PM
Joined: Jul 4 '16
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Use subtotal with the count function to get that. and subtract 1 to remove the header.

    Code:
    dim count as long
    
    count = worksheetfunction.subtotal(103, ActiveSheet.Range("$A$1:$BU$87").columns(1)) - 1
    Hope it helps
    See more | Go to post

    Leave a comment:


  • fredlo2010
    started a topic Web Application with Github

    Web Application with Github

    Hello,

    OK this is my first post here and I am not sure if I am in the correct place.

    I am trying to build web application with a group of friends and I am really not sure how to proceed.

    After asserting our knowledge and what we have read on the web we came up with the following solution for the application; using the following technologies.

    Eclipse Neon (backend IDE)
    Sublime (frontend...
    See more | Go to post
No activity results to display
Show More
Working...