摘要:
Sub AddMenuSheet()'Check if sheet exists already; direct where to go if not.On Error GoTo Nosheet Sheets("Menu").DeleteNosheet: 'Add sheet as the first sheet in the workbook. Sheets.Add before:=Sheets(1)On Error GoTo 0 ActiveSheet.Name = "Menu" With Sheets("Menu" 阅读全文
摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Text.RegularExpressions;namespace SystemFramework.CommonFunctions{ /// <summary> /// Summary description for MoneyLib. /// </summary> public class MoneyManage { public MoneyManage() ... 阅读全文