EBDN - Community - Question & Answers

  Tuesday, 21 November 2017
  1 Replies
  1.3K Visits
0
Votes
Undo
Hello I am new to C# Development...I did lot of work in VBA Development.
I am looking for C# Code which is equivalent to this following VBA Code.

Dim oWksheet As Object
Dim sWorkSheet_Name

Set oWksheet = Application.ActiveProject.TemplatesFolder.FindObjects(aucObjDeepUserListConfiguration, aucSearchDeep, , aucAttrDesignation, aucCondEqual, sWorkSheet_Name)