browse button in input box to find file Excel2007 Vba
问题 I need the browse button in input box to find file - VB A - EXCEL Macro][1] need to find the folder path via browse button instead of typing in input box is it possible? |-------------------| |-------------------| Browse by clicking a cell it should ask for file browse. should not be edited manually. i mean , i want to lock the particular cell locked. and only able to edit via macro. 回答1: Alternately: Sub tgr() Dim strFilePath As String strFilePath = Application.GetOpenFilename If strFilePath