i have a class file with
public sub cname()
end sub
i am accessing this class file in my form as imports project1.classfilename
dim macad as classfilename
macad.cname()
i have a debugger in class file but not able to debug
Try removing and adding the class again
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.